Skip to content

Commit 621242d

Browse files
committed
fix(bench): correct NAM bench skip message to reference tests/fixtures
The model loads from tests/fixtures/, not the workspace nam/ directory.
1 parent 64acac5 commit 621242d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustortion-core/benches/chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fn load_first_nam_model() -> Option<String> {
127127

128128
fn bench_nam_sample_vs_block(c: &mut Criterion) {
129129
let Some(model_name) = load_first_nam_model() else {
130-
eprintln!("skipping NAM bench: no .nam model found in workspace nam/ directory");
130+
eprintln!("skipping NAM bench: no .nam model found in tests/fixtures");
131131
return;
132132
};
133133

0 commit comments

Comments
 (0)