Skip to content

Commit

Permalink
Temporarily remove throughput (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj authored Jun 7, 2024
1 parent c9e2aac commit ba6265c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
cat benchmark-data-current/benchmark_suspend_worker.json
echo "Successfully ran suspend benchmark"
echo "Starting throughput benchmark"
./target/debug/benchmark_throughput --quiet --json spawned > benchmark-data-current/benchmark_throughput.json
cat benchmark-data-current/benchmark_throughput.json
echo "Successfully ran throughput benchmark"
# echo "Starting throughput benchmark"
# ./target/debug/benchmark_throughput --quiet --json spawned > benchmark-data-current/benchmark_throughput.json
# cat benchmark-data-current/benchmark_throughput.json
# echo "Successfully ran throughput benchmark"
echo "Finished Running Benchmark Jobs"
Expand Down

0 comments on commit ba6265c

Please sign in to comment.