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: