summaryrefslogtreecommitdiff
path: root/cli/tests/unit/performance_test.ts
AgeCommit message (Collapse)Author
2020-11-26refactor(cli/tests): replace createResolvable with deferred (#8507)crowlKats
2020-11-14fix: fix various global objects constructor length (#8373)Benjamin Gruenbaum
This commit changes various Web APIs constructors to match their signature in the browser.
2020-10-20fix(cli/rt/performance): check for object props in startOrMeasureOptions ↵Jesse Jackson
before throwing (#7884) Fixes #7876 Co-authored-by: Ryan Dahl <ry@tinyclouds.org> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-19fix(cli/rt): make some web API constructors illegal at runtime (#7468)Nayeem Rahman
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13fix: more tolerant performance.measure unit tests (#6726)Kitson Kelly
Fixes #6725
2020-07-10feat: add performance user timing APIs (#6421)Kitson Kelly
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl