Skip to content

Commit dab35a0

Browse files
committed
Remove slow benches 1
1 parent 5d17855 commit dab35a0

File tree

8 files changed

+12
-816
lines changed

8 files changed

+12
-816
lines changed

crates/swc_ecma_minifier/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ swc_ecma_testing = { version = "15.0.0", path = "../swc_ecma_testing" }
8080
swc_malloc = { version = "1.2.3", path = "../swc_malloc" }
8181
testing = { version = "15.0.0", path = "../testing" }
8282

83-
[[bench]]
84-
harness = false
85-
name = "full"
83+
# [[bench]]
84+
# harness = false
85+
# name = "full"

crates/swc_ecma_minifier/benches/full.rs

Lines changed: 0 additions & 227 deletions
This file was deleted.

crates/swc_ecma_transforms_base/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ testing = { version = "15.0.0", path = "../testing" }
4848
[[bench]]
4949
harness = false
5050
name = "base"
51-
[[bench]]
52-
harness = false
53-
name = "parallel"
51+
# [[bench]]
52+
# harness = false
53+
# name = "parallel"

crates/swc_ecma_transforms_base/benches/parallel.rs

Lines changed: 0 additions & 69 deletions
This file was deleted.

crates/swc_ecma_transforms_typescript/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ swc_ecma_transforms_proposal = { version = "24.0.0", path = "../swc_ecma_transfo
3838
swc_ecma_transforms_testing = { version = "27.0.0", path = "../swc_ecma_transforms_testing" }
3939
testing = { version = "15.0.0", path = "../testing" }
4040

41-
[[bench]]
42-
harness = false
43-
name = "compat"
41+
# [[bench]]
42+
# harness = false
43+
# name = "compat"

0 commit comments

Comments
 (0)