Quiet up bench-sw

This commit is contained in:
Jared Miller 2025-12-15 19:16:10 -05:00
parent da7bd7badd
commit faeb366bfb

View file

@ -50,9 +50,9 @@ bench:
# software-rendered benchmark (for CI/headless servers)
[linux]
bench-sw:
zig build -Doptimize=ReleaseFast
xvfb-run -a ./zig-out/bin/sandbox --bench
cat benchmark.log
@zig build -Doptimize=ReleaseFast
@xvfb-run -a ./zig-out/bin/sandbox --bench > /dev/null
@cat benchmark.log
[windows]
bench-sw: