Skip to content

Commit

Permalink
use venv in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Jan 23, 2024
1 parent 6e25fd3 commit ca31cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmarking/python_benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
cd ../python
source venv/bin/activate
pip install -r requirements.txt
hyperfine \
--warmup 3 \
Expand Down
3 changes: 2 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
typer[all]
typer[all]
typer-cli

0 comments on commit ca31cb2

Please sign in to comment.