瀏覽代碼

Imports Benchmark Times Not representative

Elijah 11 月之前
父節點
當前提交
212fa0c49f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 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: