Fix typo in bench docs (#833)

This commit is contained in:
bojanserafimov 2024-01-08 12:35:26 -05:00 committed by GitHub
parent 004147d441
commit cd6265a66d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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