Skip to content

Commit

Permalink
Use production configuration for fuel-core during benches (FuelLabs…
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx authored Jun 23, 2023
1 parent fe2913f commit caf5397
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clap = { workspace = true, features = ["derive"] }
criterion = { version = "0.4", features = ["html_reports"] }
ctrlc = "3.2.3"
ethnum = "1.3"
fuel-core = { path = "../crates/fuel-core", default-features = false }
fuel-core = { path = "../crates/fuel-core", default-features = false, features = ["metrics", "rocksdb-production"] }
fuel-core-storage = { path = "./../crates/storage" }
fuel-core-types = { path = "./../crates/types", features = ["test-helpers"] }
rand = { workspace = true }
Expand All @@ -22,6 +22,3 @@ tikv-jemallocator = { workspace = true }
[[bench]]
harness = false
name = "vm"

[features]
default = ["fuel-core/rocksdb"]

0 comments on commit caf5397

Please sign in to comment.