Skip to content

Commit

Permalink
add just
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Nov 13, 2024
1 parent 1a2a77c commit 54c0366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,7 @@ runProtoBenchClientEtcd runId benchmark="put-100k-1C1N" benchResultsDir="bench-r

trap 'kill $(jobs -p)' SIGINsT
sleep $last_pid


runProtoBenchClusterScript nodecount="15":
scala-cli --jvm=system scripts/run-benchmark-nodes.scala -- --jars "Modules/Examples/Protocol Benchmarks/target/scala-3.5.2/jars" --nodes {{nodecount}}

0 comments on commit 54c0366

Please sign in to comment.