Skip to content

Instantly share code, notes, and snippets.

@zamazan4ik
Created August 5, 2024 07:41
Show Gist options
  • Save zamazan4ik/56f459df333322e9180e827699c98eb5 to your computer and use it in GitHub Desktop.
Save zamazan4ik/56f459df333322e9180e827699c98eb5 to your computer and use it in GitHub Desktop.
pulldown-latex: PGO instrumented compared to Release
Running benches/basic.rs (target/x86_64-unknown-linux-gnu/release/deps/basic-c66dd700a0ae8be8)
Benchmarking basic macro
Benchmarking basic macro: Warming up for 3.0000 s
Benchmarking basic macro: Collecting 100 samples in estimated 5.0145 s (111k iterations)
Benchmarking basic macro: Analyzing
basic macro time: [45.325 µs 45.344 µs 45.361 µs]
change: [+231.71% +231.93% +232.17%] (p = 0.00 < 0.05)
Performance has regressed.
Found 3 outliers among 100 measurements (3.00%)
2 (2.00%) high mild
1 (1.00%) high severe
Benchmarking match on greek
Benchmarking match on greek: Warming up for 3.0000 s
Benchmarking match on greek: Collecting 100 samples in estimated 5.2229 s (66k iterations)
Benchmarking match on greek: Analyzing
match on greek time: [80.209 µs 80.254 µs 80.293 µs]
change: [+258.20% +258.51% +258.80%] (p = 0.00 < 0.05)
Performance has regressed.
Benchmarking subscript torture
Benchmarking subscript torture: Warming up for 3.0000 s
Benchmarking subscript torture: Collecting 100 samples in estimated 5.0223 s (434k iterations)
Benchmarking subscript torture: Analyzing
subscript torture time: [11.660 µs 11.677 µs 11.713 µs]
change: [+128.31% +128.54% +128.88%] (p = 0.00 < 0.05)
Performance has regressed.
Found 3 outliers among 100 measurements (3.00%)
1 (1.00%) high mild
2 (2.00%) high severe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment