Quiet up bench-sw
This commit is contained in:
parent
da7bd7badd
commit
faeb366bfb
1 changed files with 3 additions and 3 deletions
6
justfile
6
justfile
|
|
@ -50,9 +50,9 @@ bench:
|
||||||
# software-rendered benchmark (for CI/headless servers)
|
# software-rendered benchmark (for CI/headless servers)
|
||||||
[linux]
|
[linux]
|
||||||
bench-sw:
|
bench-sw:
|
||||||
zig build -Doptimize=ReleaseFast
|
@zig build -Doptimize=ReleaseFast
|
||||||
xvfb-run -a ./zig-out/bin/sandbox --bench
|
@xvfb-run -a ./zig-out/bin/sandbox --bench > /dev/null
|
||||||
cat benchmark.log
|
@cat benchmark.log
|
||||||
|
|
||||||
[windows]
|
[windows]
|
||||||
bench-sw:
|
bench-sw:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue