Skip to content

Commit

Permalink
Reduce workload
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Oct 15, 2024
1 parent 7c4318a commit b23074b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build_pgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ fi
# Build with instrumentation
pip install -U -c constraints.txt setuptools-rust wheel setuptools
RUSTFLAGS="-Cprofile-generate=$work_dir" pip install --prefer-binary -c constraints.txt -r requirements-dev.txt -e .
RUSTFLAGS="-Cprofile-generate=$work_dir" python setup.py build_rust --release --inplace
# RUSTFLAGS="-Cprofile-generate=$work_dir" python setup.py build_rust --release --inplace
# Run profile data generation

QISKIT_PARALLEL=FALSE stestr run --abbreviate
# QISKIT_PARALLEL=FALSE stestr run --abbreviate

python tools/pgo_scripts/test_utility_scale.py

Expand Down

0 comments on commit b23074b

Please sign in to comment.