Skip to content

Commit

Permalink
rename stdlib benchmark group
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Aug 20, 2024
1 parent d8f664c commit df15c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/benches/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use assembly::{Assembler, Library, LibraryNamespace};
use criterion::{criterion_group, criterion_main, Criterion};

fn stdlib_compilation(c: &mut Criterion) {
let mut group = c.benchmark_group("stdlib");
let mut group = c.benchmark_group("compile_stdlib");
group.measurement_time(Duration::from_secs(10));

// Compiles the entire standard library
Expand Down

0 comments on commit df15c30

Please sign in to comment.