summaryrefslogtreecommitdiff
path: root/cli/bench
AgeCommit message (Expand)Author
2022-08-24feat(ext/flash): split upgradeHttp into two APIs (#15557)Luca Casonato
2022-08-24feat: update `Deno.serve` function signature (#15563)Luca Casonato
2022-08-21feat(ops): V8 Fast Calls (#15291)Divy Srivastava
2022-08-19feat(unstable): change Deno.serve() API (#15498)Bartek Iwańczuk
2022-08-19chore(bench): add flash router benchmarks (#15495)Divy Srivastava
2022-08-19perf(runtime): optimize Deno.file open & stream (#15496)Divy Srivastava
2022-08-19fix(ext/flash): concurrent response streams (#15493)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-11benchmarks: fix exec_time and latency benchmarks (#15155)Bartek Iwańczuk
2022-07-04chore(cli/bench): use `deno bench` for deno_common.js (#15063)Divy Srivastava
2022-07-02chore(cli/bench): benchmark for raw HTTP ops (#15043)Divy Srivastava
2022-07-01chore(cli/bench): Add more HTTP benchmarks (#14995)Divy Srivastava
2022-06-29chore(cli/bench): Add bun HTTP server (#15004)Divy Srivastava
2022-06-29chore(cli): remove unnecessary unsafe in bench (#15000)bokuweb
2022-06-28refactor(bench): continuous benchmarking improvements (#14821)Divy Srivastava
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-06-20fix(cli/bench): Use `deno check` instead of `deno cache` (#14916)Divy Srivastava
2022-06-08chore(bench): generalized HTTP benchmarks framework (#14815)Divy Srivastava
2022-05-25chore: upgrade test_util/std/ submodule (#14722)Bartek Iwańczuk
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-03-16perf(web): optimize Blob.text and Blob.arrayBuffer (#13981)Divy Srivastava
2022-03-16perf(web): use DOMString for BlobParts (#13979)Divy Srivastava
2022-03-07bench(common): base64 short strings (#13851)Aaron O'Mullan
2022-03-04bench: add base64 roundtrip (#13839)Divy Srivastava
2022-02-02refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...David Sherret
2022-01-24perf(lsp): independent diagnostic source publishes (#13427)David Sherret
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-18Add LSP benchmark mimicking the one on quick-lint-js (#13365)Ryan Dahl
2022-01-13chore: rename cli/bench/fixtures to cli/bench/testdata (#13363)Ryan Dahl
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-28fix(bench): migrate to v8 from rusty_v8 (#12571)Kitson Kelly
2021-10-25bench(http): avoid obj destructuring for parity with std (#12528)Aaron O'Mullan
2021-10-10bench(deno_common): track void ops (#12389)Aaron O'Mullan
2021-10-05Remove some unused benchmarks (#12315)Ryan Dahl
2021-09-29bench(cli): add deno_http_native_headers.js (#12267)Aaron O'Mullan
2021-09-25perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString...Luis Malheiro
2021-09-21bench(deno_common): track new Request() (#12164)Aaron O'Mullan
2021-09-05chore(std/http): server module name migration (#11890)Craig Morten
2021-08-30chore: update to rusty_v8 0.27.0 (#11877)Luca Casonato
2021-08-29bench(deno_common): track readFile 128kb (#11862)Aaron O'Mullan
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-02feat: stabilize Deno.serveHttp() (#11544)Bartek Iwańczuk
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka