zulip/frontend_tests
Steve Howell 016038dcd1 blueslip: Add measure_time wrapper.
Now when we want to measure how long a block
of code takes to execute, we just wrap it with
`blueslip.measure_time`, instead of the awkward
idiom from my original commit of getting a callback
function.

My rationale for the original scheme was that I
wanted to minimize diffs and avoid changing
`const` to `let` in a few cases, but I believe
now that the function wrapper is nicer.

In a few cases I just removed the blueslip timing
code, since I was able to confirm on czo that
the times were pretty minimal.
2021-02-03 15:23:17 -08:00
..
node_tests composebox: Add typeahead for /todo. 2021-01-30 09:01:13 -08:00
puppeteer_lib eslint: Fix unicorn/consistent-destructuring. 2021-01-25 14:53:19 -08:00
puppeteer_tests puppeteer: Update language_setting_status check for new language data. 2021-01-20 06:35:41 -05:00
zjsunit blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00