Sfoglia il codice sorgente

Imports Benchmark Times Not representative

Elijah 1 anno fa
parent
commit
2ea59b6363
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/integration_tests.yml

+ 1 - 1
.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 3 "export POETRY_VIRTUALENVS_PATH=../../.venv; poetry run python counter/counter.py" --show-output --export-json "${{ env.OUTPUT_FILE }}" --shell bash
+        run: hyperfine --warmup 5 "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: