oxc/tasks/benchmark/benches
overlookmotel 6f8bb1cebf
ci(benchmarks): simplify benchmarks (#7939)
Pure refactor. Use `bench_function` instead of `bench_with_input` and
just borrow data from outside closure. This shortens the code and (I
think) makes it easier to read.
2024-12-16 22:01:01 +08:00
..
codegen.rs ci(codegen): simplify codegen benchmark (#7938) 2024-12-16 13:51:40 +00:00
isolated_declarations.rs ci(benchmarks): simplify benchmarks (#7939) 2024-12-16 22:01:01 +08:00
lexer.rs ci(benchmarks): simplify benchmarks (#7939) 2024-12-16 22:01:01 +08:00
linter.rs ci(benchmarks): simplify benchmarks (#7939) 2024-12-16 22:01:01 +08:00
minifier.rs refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
parser.rs ci(benchmarks): simplify benchmarks (#7939) 2024-12-16 22:01:01 +08:00
parser_napi.rs
prettier.rs ci(benchmarks): simplify benchmarks (#7939) 2024-12-16 22:01:01 +08:00
semantic.rs ci(benchmarks): simplify benchmarks (#7939) 2024-12-16 22:01:01 +08:00
transformer.rs feat(transformer)!: change API to take a &TransformOptions instead of TransformOptions (#7213) 2024-11-09 06:01:13 +00:00