Compare commits
2 Commits
main
...
elijah/imp
Author | SHA1 | Date | |
---|---|---|---|
![]() |
212fa0c49f | ||
![]() |
2ea59b6363 |
2
.github/workflows/integration_tests.yml
vendored
2
.github/workflows/integration_tests.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
run: cargo install hyperfine
|
run: cargo install hyperfine
|
||||||
- name: Benchmark imports
|
- name: Benchmark imports
|
||||||
working-directory: ./reflex-examples/counter
|
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 10 "export POETRY_VIRTUALENVS_PATH=../../.venv; poetry run python counter/counter.py" --show-output --export-json "${{ env.OUTPUT_FILE }}" --shell bash
|
||||||
- name: Upload Benchmarks
|
- name: Upload Benchmarks
|
||||||
if : ${{ env.DATABASE_URL }}
|
if : ${{ env.DATABASE_URL }}
|
||||||
run:
|
run:
|
||||||
|
Loading…
Reference in New Issue
Block a user