Skip to content

Commit

Permalink
we call it timing now
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 11, 2018
1 parent f509d10 commit 182e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/lite_app.t
Expand Up @@ -1044,7 +1044,7 @@ $t->get_ok('/url_with/foo?foo=bar')->status_is(200)
$t->get_ok('/dynamic/inline')->status_is(200)->content_is("dynamic inline 1\n");
$t->get_ok('/dynamic/inline')->status_is(200)->content_is("dynamic inline 2\n");

# Profiling
# Timing
$t->get_ok('/timing')->status_is(200)
->header_like('Server-Timing' =>
qr/miss, dc;desc="atl", test;desc="Some Test";dur=0.002, app;dur=0.001/)
Expand Down

0 comments on commit 182e672

Please sign in to comment.