Skip to content

Commit

Permalink
chore: remove serde_v8 benchmarks (#745)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bartlomieju committed May 16, 2024
1 parent c106dd1 commit 87e5ab2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 375 deletions.
8 changes: 0 additions & 8 deletions serde_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ serde_v8_utilities = { path = "./utilities" }

[[example]]
name = "basic"

[[bench]]
name = "de"
harness = false

[[bench]]
name = "ser"
harness = false
236 changes: 0 additions & 236 deletions serde_v8/benches/de.rs

This file was deleted.

131 changes: 0 additions & 131 deletions serde_v8/benches/ser.rs

This file was deleted.

0 comments on commit 87e5ab2

Please sign in to comment.