Fix forgotten GAMMA in benches

This commit is contained in:
Magnus Ulimoen 2021-07-01 18:23:32 +02:00
parent 912119d093
commit c7eab96845
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ fn advance_embedded<UO: SbpOperator2d + UpwindOperator2d>(
}
fn performance_benchmark(c: &mut Criterion) {
let _ = euler::GAMMA.set(1.4);
let mut group = c.benchmark_group("EulerSystem");
group.sample_size(25);