Skip to content

Instantly share code, notes, and snippets.

@zamazan4ik
Created November 14, 2024 01:33
Show Gist options
  • Select an option

  • Save zamazan4ik/88ea481a6e7118147e52649e9b31f9ab to your computer and use it in GitHub Desktop.

Select an option

Save zamazan4ik/88ea481a6e7118147e52649e9b31f9ab to your computer and use it in GitHub Desktop.
osmgraph: PGO instrumented compared to Release
Running benches/graph.rs (x86_64-unknown-linux-gnu/release/deps/graph-106907e9f648f29b)
Benchmarking node_parse
Benchmarking node_parse: Warming up for 3.0000 s
Benchmarking node_parse: Collecting 100 samples in estimated 5.3819 s (30k iterations)
Benchmarking node_parse: Analyzing
node_parse time: [184.15 µs 184.19 µs 184.22 µs]
change: [+498.11% +500.43% +502.91%] (p = 0.00 < 0.05)
Performance has regressed.
Found 6 outliers among 100 measurements (6.00%)
3 (3.00%) high mild
3 (3.00%) high severe
Benchmarking way_parse
Benchmarking way_parse: Warming up for 3.0000 s
Benchmarking way_parse: Collecting 100 samples in estimated 5.4980 s (10k iterations)
Benchmarking way_parse: Analyzing
way_parse time: [531.59 µs 532.31 µs 533.36 µs]
change: [+21.007% +21.304% +21.832%] (p = 0.00 < 0.05)
Performance has regressed.
Found 7 outliers among 100 measurements (7.00%)
3 (3.00%) high mild
4 (4.00%) high severe
Benchmarking node_from_ways_parse
Benchmarking node_from_ways_parse: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.4s, enable flat sampling, or reduce sample count to 60.
Benchmarking node_from_ways_parse: Collecting 100 samples in estimated 6.3880 s (5050 iterations)
Benchmarking node_from_ways_parse: Analyzing
node_from_ways_parse time: [1.2655 ms 1.2666 ms 1.2682 ms]
change: [+28.846% +28.983% +29.125%] (p = 0.00 < 0.05)
Performance has regressed.
Found 9 outliers among 100 measurements (9.00%)
3 (3.00%) high mild
6 (6.00%) high severe
Benchmarking graph_parse
Benchmarking graph_parse: Warming up for 3.0000 s
Benchmarking graph_parse: Collecting 100 samples in estimated 5.1087 s (2500 iterations)
Benchmarking graph_parse: Analyzing
graph_parse time: [2.0609 ms 2.0635 ms 2.0671 ms]
change: [+36.055% +36.339% +36.632%] (p = 0.00 < 0.05)
Performance has regressed.
Found 13 outliers among 100 measurements (13.00%)
5 (5.00%) high mild
8 (8.00%) high severe
Benchmarking large_map_parsing/node_parse
Benchmarking large_map_parsing/node_parse: Warming up for 3.0000 s
Benchmarking large_map_parsing/node_parse: Collecting 10 samples in estimated 5.6852 s (165 iterations)
Benchmarking large_map_parsing/node_parse: Analyzing
large_map_parsing/node_parse
time: [31.684 ms 31.727 ms 31.763 ms]
change: [+39.757% +40.117% +40.469%] (p = 0.00 < 0.05)
Performance has regressed.
Benchmarking large_map_parsing/way_parse
Benchmarking large_map_parsing/way_parse: Warming up for 3.0000 s
Benchmarking large_map_parsing/way_parse: Collecting 10 samples in estimated 9.6849 s (110 iterations)
Benchmarking large_map_parsing/way_parse: Analyzing
large_map_parsing/way_parse
time: [88.048 ms 88.207 ms 88.390 ms]
change: [+11.810% +13.221% +14.239%] (p = 0.00 < 0.05)
Performance has regressed.
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) high mild
Benchmarking large_map_parsing/node_from_ways_parse
Benchmarking large_map_parsing/node_from_ways_parse: Warming up for 3.0000 s
Benchmarking large_map_parsing/node_from_ways_parse: Collecting 10 samples in estimated 5.1324 s (20 iterations)
Benchmarking large_map_parsing/node_from_ways_parse: Analyzing
large_map_parsing/node_from_ways_parse
time: [252.10 ms 252.95 ms 253.87 ms]
change: [+11.363% +11.871% +12.391%] (p = 0.00 < 0.05)
Performance has regressed.
Benchmarking large_map_parsing/graph_parse
Benchmarking large_map_parsing/graph_parse: Warming up for 3.0000 s
Benchmarking large_map_parsing/graph_parse: Collecting 10 samples in estimated 6.6615 s (20 iterations)
Benchmarking large_map_parsing/graph_parse: Analyzing
large_map_parsing/graph_parse
time: [341.36 ms 343.70 ms 346.45 ms]
change: [+24.148% +25.159% +26.212%] (p = 0.00 < 0.05)
Performance has regressed.
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) high mild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment