Fixup to benchmark requirement setup (#952)

This commit is contained in:
Zanie Blue 2024-01-17 13:05:48 -06:00 committed by GitHub
parent bb55fc19b3
commit 4feef006e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ To set up the required environment, run:
cargo build --release
./target/release/puffin venv
./target/release/puffin pip sync ./scripts/bench/requirements.txt
source .venv/bin/activate
./target/release/puffin pip sync ./scripts/bench/requirements.txt
Example usage: