summaryrefslogtreecommitdiff
path: root/std/testing/bench.ts
AgeCommit message (Collapse)Author
2021-02-02chore: 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-10update copyright to 2021 (#9081)Ryan Dahl
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-01upgrade: swc_ecma_visit, dprint, deno_lint (#6580)Bartek Iwańczuk
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-09fix(std/testing/bench): Make progress callback async (#6175)Szalay Kristóf
2020-06-03refactor(std/testing/bench): Remove differentiating on runs count (#6084)Szalay Kristóf
2020-06-03fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)Szalay Kristóf
2020-06-02feat(std/testing): benching progress callback (#5941)Szalay Kristóf
2020-05-29Return results in benchmark promise (#5842)Szalay Kristóf
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-10refactor: Cleanup options object parameters (#4296)Nayeem Rahman
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-09Move everything into std subdirRyan Dahl