Skip to content

Commit a9aed56

Browse files
committed
DEV: add bench task
[skip ci]
1 parent 1c36a69 commit a9aed56

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)