From ba6265c611c279b0fba9047bd08def19470c41b2 Mon Sep 17 00:00:00 2001 From: Afsal Thaj Date: Fri, 7 Jun 2024 15:54:24 +1000 Subject: [PATCH] Temporarily remove throughput (#555) --- .github/workflows/benchmark.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 9946a758f..703808406 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -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"