From bcd54998332eb4158b08c045beed89c89064611b Mon Sep 17 00:00:00 2001 From: John Breaux Date: Sun, 30 Apr 2023 00:56:55 -0500 Subject: [PATCH] justfile: chirp is no longer the default --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c44c6cb..c48764b 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ debug rom: cargo run -- -d '{{rom}}' # Run at 2100000 instructions per frame, and output per-frame runtime statistics bench: - cargo run --release -- chip8Archive/roms/1dcell.ch8 -Ps10 -S2100000 -m xochip + cargo run --release --bin chirp --features="minifb" -- chip8Archive/roms/1dcell.ch8 -Ps10 -S2100000 -m xochip flame rom: CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -F 15300 --open --bin chirp-minifb -- '{{rom}}' -s10