Skip to content

Commit

Permalink
Changed the name of the Symbol creation benchmark (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Apr 17, 2020
1 parent 7dd32a6 commit 05b8989
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ harness = false

[[bench]]
name = "exec"
harness = false
harness = false
2 changes: 1 addition & 1 deletion boa/benches/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn create_realm(c: &mut Criterion) {
}

fn symbol_creation(c: &mut Criterion) {
c.bench_function("Symbol creation (Execution)", move |b| {
c.bench_function("Symbols (Execution)", move |b| {
b.iter(|| exec(black_box(SYMBOL_CREATION)))
});
}
Expand Down

0 comments on commit 05b8989

Please sign in to comment.