mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Include dropping `Semantic` in semantic benchmark measure. If you create a `Semantic`, you have to drop it, so the time it takes to drop is part of the cost of using this API, and we should be working to reduce it. Therefore I think it should be included in the benchmark. It'll be interesting to see what effect a PR like #5232 which removes a bunch of `Vec`s from `Semantic` has on the drop time. |
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_conformance | ||
| website | ||