Skip to content

Commit

Permalink
fix type in benchmark name
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Jan 15, 2024
1 parent e14cfda commit 1315f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lace/benches/oracle_fns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,6 @@ criterion_group!(
bench_draw,
bench_impute,
bench_predict,
bench_predict_continous,
bench_predict_continuous,
);
criterion_main!(oracle_benches);

0 comments on commit 1315f55

Please sign in to comment.