summaryrefslogtreecommitdiff
path: root/cli/bench
AgeCommit message (Expand)Author
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
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-06-23ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)Bert Belder
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-06-05fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)Kitson Kelly
2021-05-20fix(lsp): re-enable the per resource configuration without a deadlock (#10625)Kitson Kelly
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly
2021-05-12fix(#10603): revert minimal changes to resolve deadlock bug (#10605)Kitson Kelly
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-05-10feat: support workspace folders configuration (#10488)Kitson Kelly
2021-05-08fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)Thiago Padilha
2021-05-07refactor(lsp): publish diagnostics independently (#10525)Kitson Kelly
2021-05-02cleanup(bench/deno_http_native): don't use Deno.core funcs (#10460)Aaron O'Mullan
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-20chore: update copyright headers (#10243)Yoshiya Hinosawa
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-09API change: Deno.startHttp -> Deno.serveHttp (#10087)Ryan Dahl
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk
2021-04-08fix(core): error handling in examples (#9867)Inteon
2021-03-29bench: track Date.now() as upper bound reference (#9922)Aaron O'Mullan
2021-03-27feat(bench/deno_common): show ns/op (#9915)Aaron O'Mullan
2021-03-26Add bench suite of common Deno functions (#9878)Aaron O'Mullan
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-02-25test(lsp): add benchmarking tests (#9586)Kitson Kelly
2021-02-23refactor(core): Allow multiple overflown responses in single poll (#9433)Inteon
2021-02-15chore: Reorganise workers tests (#9493)Bartek Iwańczuk
2021-02-12chore: Update to Rust 1.50.0 (#9479)Kitson Kelly
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-27bench: remove custom error types (#9301)William Perron
2021-01-18bench: fix off-by-one error in thread_count (#9145)William Perron