From 946a6031fb1e552b4fb626a18b85b9f4f92fe8a6 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Mon, 3 Apr 2023 05:47:42 -0500 Subject: [PATCH] tests: Update test to match new expected behavior --- justfile | 2 +- tests/integration.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 496979f..aa9d205 100644 --- a/justfile +++ b/justfile @@ -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 -S2100000 -m xochip + cargo run --bin chirp-minifb --release -- chip8Archive/roms/1dcell.ch8 -Ps10 -S21000000 -m xochip flame rom: CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -F 15300 --open --bin chirp-minifb -- '{{rom}}' -s10 diff --git a/tests/integration.rs b/tests/integration.rs index 2258eca..f90e684 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -227,7 +227,7 @@ mod quirks { shift: true, draw_wait: true, dma_inc: true, - stupid_jumps: false, + stupid_jumps: true, } ) }