Skip to content

Commit 9bade2f

Browse files
authored
Merge pull request scipy#24071 from lucascolley/pixi-bench
DEV: add `bench` task
2 parents 1c36a69 + a4eaf72 commit 9bade2f

File tree

3 files changed

+513
-1
lines changed

3 files changed

+513
-1
lines changed

.spin/cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def bench(ctx, tests, submodule, compare, verbose, quick,
791791
"Invoking `build` prior to running benchmarks:",
792792
bold=True, fg="bright_green"
793793
)
794-
ctx.invoke(build)
794+
ctx.invoke(build, build_dir=build_dir)
795795

796796
meson._set_pythonpath(build_dir)
797797

0 commit comments

Comments
 (0)