Skip to content

Commit 9ba3fb4

Browse files
Use the Venv Python when Running Benchmarks (#169)
fixes #107
1 parent 934182f commit 9ba3fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def add_bench(dest_suite, obj):
140140
continue
141141
try:
142142
result = bench.run(
143-
python,
143+
bench_venv.python,
144144
bench_runid,
145145
pyperf_opts,
146146
venv=bench_venv,

0 commit comments

Comments
 (0)