From 212fa0c49faedfae01c83ca6a64662884da57200 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 30 May 2024 17:22:44 +0000 Subject: [PATCH] Imports Benchmark Times Not representative --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 86947c29a..45ca61359 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -111,7 +111,7 @@ jobs: run: cargo install hyperfine - name: Benchmark imports working-directory: ./reflex-examples/counter - run: hyperfine --warmup 5 "export POETRY_VIRTUALENVS_PATH=../../.venv; poetry run python counter/counter.py" --show-output --export-json "${{ env.OUTPUT_FILE }}" --shell bash + run: hyperfine --warmup 10 "export POETRY_VIRTUALENVS_PATH=../../.venv; poetry run python counter/counter.py" --show-output --export-json "${{ env.OUTPUT_FILE }}" --shell bash - name: Upload Benchmarks if : ${{ env.DATABASE_URL }} run: