summaryrefslogtreecommitdiff
path: root/bench_util/benches
AgeCommit message (Collapse)Author
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
Also cleanup & drop ignored wildcard op-args
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
2022-02-23bench: core.encode/decode (#13750)Aaron O'Mullan
2021-10-06bench(op_baseline): measure Deno.core.isProxy() (#12347)Aaron O'Mullan
2021-05-21cleanup(bench_util): use Extensions for setup (#10737)Aaron O'Mullan
2021-05-19tooling: re-enable bench_util (#10674)Aaron O'Mullan