We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64acac5 commit 621242dCopy full SHA for 621242d
1 file changed
rustortion-core/benches/chain.rs
@@ -127,7 +127,7 @@ fn load_first_nam_model() -> Option<String> {
127
128
fn bench_nam_sample_vs_block(c: &mut Criterion) {
129
let Some(model_name) = load_first_nam_model() else {
130
- eprintln!("skipping NAM bench: no .nam model found in workspace nam/ directory");
+ eprintln!("skipping NAM bench: no .nam model found in tests/fixtures");
131
return;
132
};
133
0 commit comments