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
/
std
/
testing
/
bench.ts
Age
Commit message (
Collapse
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-08-24
feat: update to TypeScript 4.0 (#6514)
Kitson Kelly
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-01
upgrade: swc_ecma_visit, dprint, deno_lint (#6580)
Bartek Iwańczuk
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-09
fix(std/testing/bench): Make progress callback async (#6175)
Szalay Kristóf
2020-06-03
refactor(std/testing/bench): Remove differentiating on runs count (#6084)
Szalay Kristóf
2020-06-03
fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)
Szalay Kristóf
2020-06-02
feat(std/testing): benching progress callback (#5941)
Szalay Kristóf
2020-05-29
Return results in benchmark promise (#5842)
Szalay Kristóf
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-10
refactor: Cleanup options object parameters (#4296)
Nayeem Rahman
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-10-09
Move everything into std subdir
Ryan Dahl