fix: Exclude benchmarks from compilation

This commit is contained in:
Stjepan Golemac
2023-02-24 09:22:04 +01:00
parent 0910326be8
commit 5a4681758a
6 changed files with 723 additions and 500 deletions

1217
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,6 +33,7 @@ path = "src/clarity_cli_main.rs"
name = "blockstack-cli"
path = "src/blockstack_cli.rs"
<<<<<<< Updated upstream
[[bench]]
name = "marf_bench"
harness = false
@@ -48,6 +49,11 @@ harness = false
[[bench]]
name = "c32_bench"
harness = false
=======
[[bin]]
name = "relay-server"
path = "contrib/tools/relay-server/src/main.rs"
>>>>>>> Stashed changes
[dependencies]
rand = "0.7.3"