From eead0f79fc8172ff1b5709a83de1ba959f228af3 Mon Sep 17 00:00:00 2001 From: Ante Javor Date: Tue, 2 May 2023 11:00:44 +0200 Subject: [PATCH] Fix missing argument in daily benchmark (#907) --- .github/workflows/daily_benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_benchmark.yaml b/.github/workflows/daily_benchmark.yaml index 118371231..83e2528ce 100644 --- a/.github/workflows/daily_benchmark.yaml +++ b/.github/workflows/daily_benchmark.yaml @@ -67,7 +67,7 @@ jobs: - name: Run mgbench run: | cd tests/mgbench - ./benchmark.py --num-workers-for-benchmark 12 --export-results benchmark_result.json pokec/medium/*/* + ./benchmark.py vendor-native --num-workers-for-benchmark 12 --export-results benchmark_result.json pokec/medium/*/* - name: Upload mgbench results run: |