From 1bc9b8f550c9f1f8845e0ffa246a9eda386e5a3e Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Tue, 29 Oct 2024 15:20:45 -0600 Subject: [PATCH] explicitly record benchmarks --- .github/workflows/benchmark_parallel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark_parallel.yml b/.github/workflows/benchmark_parallel.yml index 1c55708e9e..5fd3afae3b 100644 --- a/.github/workflows/benchmark_parallel.yml +++ b/.github/workflows/benchmark_parallel.yml @@ -80,7 +80,7 @@ jobs: - name: Run npm test (continue on error) working-directory: ${{ matrix.test.path }} continue-on-error: true - run: npm test + run: AZLE_RECORD_BENCHMARKS=true npm test - name: Print benchmark.md contents (after test) working-directory: ${{ matrix.test.path }}