Misc: clean up in preparation for merge

This commit is contained in:
2023-04-14 16:33:54 -05:00
parent 946a6031fb
commit 78a5a9790a
3 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ debug rom:
cargo run --bin chirp-minifb -- -d '{{rom}}'
# Run at 2100000 instructions per frame, and output per-frame runtime statistics
bench:
cargo run --bin chirp-minifb --release -- chip8Archive/roms/1dcell.ch8 -Ps10 -S21000000 -m xochip
cargo run --bin chirp-minifb --release -- 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