Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
use 9 data store caches
Browse files Browse the repository at this point in the history
  • Loading branch information
xx01cyx committed May 2, 2024
1 parent 7e6cce7 commit ace3e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_group_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: cargo build --package storage-node --bin storage_node # Should not compile from scratch
- name: Run Server
run: |
cargo run --package storage-node --bin storage_node
cargo run --package storage-node --bin storage_node -- -data-store-cache-num 9
run-benchmark:
name: Run Benchmark
needs:
Expand Down

0 comments on commit ace3e6a

Please sign in to comment.