Skip to content

Commit

Permalink
Update benchmark result typo (with Pest v2.5.2 as base line). (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Feb 10, 2023
1 parent ac89744 commit 18ca64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammars/benches/json.rs
Expand Up @@ -84,9 +84,9 @@ fn bench_line_col(c: &mut Criterion) {
});
}

// pairs nested iter time: [2.0168 ms 2.0381 ms 2.0725 ms]
// pairs nested iter (v2.5.2) time: [2.9007 µs 3.0432 µs 3.2138 µs]
// pairs nested iter (with LineIndex) time: [14.716 µs 14.822 µs 14.964 µs]
// pairs flatten iter time: [4.5973 µs 4.6132 µs 4.6307 µs]
// pairs flatten iter (v2.5.2) time: [1.1230 µs 1.1309 µs 1.1428 µs]
// pairs flatten iter (with LineIndex) time: [5.4637 µs 5.6061 µs 5.7886 µs]
fn bench_pairs_iter(c: &mut Criterion) {
let data = include_str!("data.json");
Expand Down

0 comments on commit 18ca64f

Please sign in to comment.