Skip to content

Commit

Permalink
Mark vm-benchmark as publish = false
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jun 21, 2024
1 parent 7c6e013 commit 39a8218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vm-perf-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ci_run zk
ci_run zk compiler system-contracts
ci_run cargo bench --package vm_benchmark --bench iai | tee base-iai
ci_run cargo bench --package vm-benchmark --bench iai | tee base-iai
ci_run cargo run --package vm-benchmark --release --bin instruction-counts | tee base-opcodes || touch base-opcodes
ci_run yarn workspace system-contracts clean
Expand Down
1 change: 1 addition & 0 deletions core/tests/vm-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "vm-benchmark"
version = "0.1.0"
edition.workspace = true
license.workspace = true
publish = false

[dependencies]
zksync_vm_benchmark_harness.workspace = true
Expand Down
1 change: 1 addition & 0 deletions core/tests/vm-benchmark/harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "zksync_vm_benchmark_harness"
version.workspace = true
edition.workspace = true
license.workspace = true
publish = false

[dependencies]
zksync_multivm.workspace = true
Expand Down

0 comments on commit 39a8218

Please sign in to comment.