Skip to content

Commit 87e5ab2

Browse files
authored
chore: remove serde_v8 benchmarks (#745)
As per #716 we are working on replacing `serde_v8` with a new mechanism completely. To that end, running benchmarks now is not that useful and only adds to the overall CI time.
1 parent c106dd1 commit 87e5ab2

File tree

3 files changed

+0
-375
lines changed

3 files changed

+0
-375
lines changed

serde_v8/Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,3 @@ serde_v8_utilities = { path = "./utilities" }
2828

2929
[[example]]
3030
name = "basic"
31-
32-
[[bench]]
33-
name = "de"
34-
harness = false
35-
36-
[[bench]]
37-
name = "ser"
38-
harness = false

serde_v8/benches/de.rs

-236
This file was deleted.

serde_v8/benches/ser.rs

-131
This file was deleted.

0 commit comments

Comments
 (0)