index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
performance_test.ts
Age
Commit message (
Collapse
)
Author
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-26
refactor(cli/tests): replace createResolvable with deferred (#8507)
crowlKats
2020-11-14
fix: 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-20
fix(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-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-19
fix(cli/rt): make some web API constructors illegal at runtime (#7468)
Nayeem Rahman
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-13
fix: more tolerant performance.measure unit tests (#6726)
Kitson Kelly
Fixes #6725
2020-07-10
feat: add performance user timing APIs (#6421)
Kitson Kelly
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl