Skip to content

Commit

Permalink
chore: Remove some useless benchmarks (#9880)
Browse files Browse the repository at this point in the history
**Description:**

I added this in the past because I wanted to know the performance implications of visitors and `&dyn`, but it's not required anymore, and those benchmarks are creating useless comments combined with codspeed.
  • Loading branch information
kdy1 authored Jan 15, 2025
1 parent ed49b39 commit 92fd3d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 244 deletions.
5 changes: 1 addition & 4 deletions crates/swc_ecma_transforms_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }

[dev-dependencies]
codspeed-criterion-compat = { workspace = true }
Expand All @@ -51,7 +51,4 @@ harness = false
name = "base"
[[bench]]
harness = false
name = "deps"
[[bench]]
harness = false
name = "parallel"
240 changes: 0 additions & 240 deletions crates/swc_ecma_transforms_base/benches/deps.rs

This file was deleted.

0 comments on commit 92fd3d2

Please sign in to comment.