From 788b20df481d5b6554b5e9789387a2bb05db23c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Thu, 16 Feb 2023 21:26:50 +0100 Subject: [PATCH] Limit the number of processed samples --- .github/workflows/process-results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-results.yml b/.github/workflows/process-results.yml index e2027f4a..0d403182 100644 --- a/.github/workflows/process-results.yml +++ b/.github/workflows/process-results.yml @@ -23,7 +23,7 @@ jobs: - name: Process available benchmark results run: |- pip3 install -r requirements.txt - python3 benchmark_monitor.py -d ./benchmark-results -o output + python3 benchmark_monitor.py -s 50 -d ./benchmark-results -o output - name: Generate nojekyll file working-directory: output