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
/
bench
/
main.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-17
bench: don't send data to grafana (#16324)
Bartek Iwańczuk
2022-10-15
bench: don't show output (#16288)
Bartek Iwańczuk
2022-09-27
fix(cli/bench): strace numeric format (#16055)
Marcos Casagrande
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-07-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-11
benchmarks: fix exec_time and latency benchmarks (#15155)
Bartek Iwańczuk
2022-06-28
refactor(bench): continuous benchmarking improvements (#14821)
Divy Srivastava
2022-06-20
fix(cli/bench): Use `deno check` instead of `deno cache` (#14916)
Divy Srivastava
2022-05-25
chore: upgrade test_util/std/ submodule (#14722)
Bartek Iwańczuk
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-28
fix(bench): migrate to v8 from rusty_v8 (#12571)
Kitson Kelly
2021-10-05
Remove some unused benchmarks (#12315)
Ryan Dahl
2021-09-25
perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString...
Luis Malheiro
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-06-23
ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)
Bert Belder
2021-06-17
chore: upgrade Rust to 1.53.0 (#11021)
Yusuke Tanaka
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-05-08
fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)
Thiago Padilha
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-02-25
test(lsp): add benchmarking tests (#9586)
Kitson Kelly
2021-02-23
refactor(core): Allow multiple overflown responses in single poll (#9433)
Inteon
2021-02-15
chore: Reorganise workers tests (#9493)
Bartek Iwańczuk
2021-02-12
chore: Update to Rust 1.50.0 (#9479)
Kitson Kelly
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-27
bench: remove custom error types (#9301)
William Perron
2021-01-18
bench: fix off-by-one error in thread_count (#9145)
William Perron
2021-01-17
benchmark: cleanup serde_json values being passed around (#9115)
William Perron
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-10
Add cargo_deps to benchmarks (#9075)
Ryan Dahl
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-05
Add rlib size benchmarks (#9005)
Ryan Dahl
2020-11-13
refactor(cli+core): various cleanups in Rust (#8336)
KNnut
2020-10-26
chore: add bundle_no_check benchmark (#8130)
Luca Casonato
2020-10-05
chore: add a bundle benchmark (#7828)
Kitson Kelly
2020-10-01
chore: ensure cache is 'valid' during benchmarks (#7770)
Kitson Kelly
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-14
chore: add no_check_hello benchmark (#7458)
Kitson Kelly
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-28
Move benchmarks to Rust (#7134)
Valentin Anger