From ca31cb20cdb0be25b7ccd69c1d5b483952cf49e4 Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Tue, 23 Jan 2024 12:02:59 +0100 Subject: [PATCH] use venv in benchmark --- benchmarking/python_benchmark.sh | 1 + python/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmarking/python_benchmark.sh b/benchmarking/python_benchmark.sh index dad0ca8..786fcd0 100755 --- a/benchmarking/python_benchmark.sh +++ b/benchmarking/python_benchmark.sh @@ -1,5 +1,6 @@ #!/bin/bash cd ../python +source venv/bin/activate pip install -r requirements.txt hyperfine \ --warmup 3 \ diff --git a/python/requirements.txt b/python/requirements.txt index f3a3117..16eac1b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1 +1,2 @@ -typer[all] \ No newline at end of file +typer[all] +typer-cli \ No newline at end of file