oxc/tasks/benchmark/benches
overlookmotel 911e4e58ab ci(minifier): minifier benchmark measure only the minifier itself (#6222)
Minifier benchmark currently includes the time to run parser and semantic as well as the minifier itself. Similar to transformer benchmark, only measure the minifier itself in the benchmark.

This will give us a clearer picture of performance changes, and should also reduce variance in the benchmarks.
2024-10-01 17:43:39 +00:00
..
codegen.rs
isolated_declarations.rs feat(isolated_declarations): add stripInternal (#5878) 2024-09-19 23:14:47 +08:00
lexer.rs perf(rust): use cow_utils instead (#5664) 2024-09-11 18:39:30 +08:00
linter.rs refactor(semantic): call with_trivias before build_with_jsdoc (#5875) 2024-09-19 04:12:57 +00:00
minifier.rs ci(minifier): minifier benchmark measure only the minifier itself (#6222) 2024-10-01 17:43:39 +00:00
parser.rs chore(tasks): parse regular expression in parser benchmark (#5212) 2024-08-26 13:11:09 +08:00
parser_napi.rs
prettier.rs
semantic.rs refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
sourcemap.rs chore: clippy::allow_attributes (#5521) 2024-09-06 03:07:02 +00:00
transformer.rs ci(transformer): enable arrow function transform in transformer benchmark (#5851) 2024-09-18 11:08:27 +00:00