justfile: chirp is no longer the default
This commit is contained in:
parent
5ae98346a0
commit
bcd5499833
2
justfile
2
justfile
@ -17,7 +17,7 @@ debug rom:
|
|||||||
cargo run -- -d '{{rom}}'
|
cargo run -- -d '{{rom}}'
|
||||||
# Run at 2100000 instructions per frame, and output per-frame runtime statistics
|
# Run at 2100000 instructions per frame, and output per-frame runtime statistics
|
||||||
bench:
|
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:
|
flame rom:
|
||||||
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -F 15300 --open --bin chirp-minifb -- '{{rom}}' -s10
|
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -F 15300 --open --bin chirp-minifb -- '{{rom}}' -s10
|
||||||
|
Loading…
Reference in New Issue
Block a user