Skip to content

Commit

Permalink
bench
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 15, 2025
1 parent 36b862a commit 5aff7f9
Showing 1 changed file with 1 addition and 4 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.0", 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"

0 comments on commit 5aff7f9

Please sign in to comment.