Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test new iai-callgrind #29

Closed
wants to merge 2 commits into from
Closed

Test new iai-callgrind #29

wants to merge 2 commits into from

Conversation

frengor
Copy link
Owner

@frengor frengor commented Jul 31, 2024

No description provided.

@frengor frengor added run benchmarks Add this label to pull requests to run benchmarks and removed run benchmarks Add this label to pull requests to run benchmarks labels Jul 31, 2024
@frengor frengor added run benchmarks Add this label to pull requests to run benchmarks and removed run benchmarks Add this label to pull requests to run benchmarks labels Jul 31, 2024
Copy link

Benchmark results:

bench::stress_tests_group::stress_test_bench seed:0xCAFE
  Instructions:            86894191|N/A             (*********)
  L1 Hits:                125088496|N/A             (*********)
  L2 Hits:                  1680708|N/A             (*********)
  RAM Hits:                   93696|N/A             (*********)
  Total read+write:       126862900|N/A             (*********)
  Estimated Cycles:       136771396|N/A             (*********)
  Bc:                      11407831|N/A             (*********)
  Bcm:                       681432|N/A             (*********)
  Bi:                       1150524|N/A             (*********)
  Bim:                           37|N/A             (*********)
bench::binary_trees_group::count_binary_trees_bench depth:11
  Instructions:            90042654|N/A             (*********)
  L1 Hits:                133334026|N/A             (*********)
  L2 Hits:                   244775|N/A             (*********)
  RAM Hits:                    2104|N/A             (*********)
  Total read+write:       133580905|N/A             (*********)
  Estimated Cycles:       134631541|N/A             (*********)
  Bc:                      12591365|N/A             (*********)
  Bcm:                       398532|N/A             (*********)
  Bi:                       1297127|N/A             (*********)
  Bim:                           11|N/A             (*********)
bench::binary_trees_group::count_binary_trees_with_parent_bench depth:11
  Instructions:           161844570|N/A             (*********)
  L1 Hits:                237456634|N/A             (*********)
  L2 Hits:                  1533391|N/A             (*********)
  RAM Hits:                    3952|N/A             (*********)
  Total read+write:       238993977|N/A             (*********)
  Estimated Cycles:       245261909|N/A             (*********)
  Bc:                      23056340|N/A             (*********)
  Bcm:                       734950|N/A             (*********)
  Bi:                       2588807|N/A             (*********)
  Bim:                           18|N/A             (*********)
bench::linked_lists_group::large_linked_list_bench size:4096
  Instructions:            93110664|N/A             (*********)
  L1 Hits:                136383412|N/A             (*********)
  L2 Hits:                  1829962|N/A             (*********)
  RAM Hits:                   10063|N/A             (*********)
  Total read+write:       138223437|N/A             (*********)
  Estimated Cycles:       145885427|N/A             (*********)
  Bc:                      14161287|N/A             (*********)
  Bcm:                        30460|N/A             (*********)
  Bi:                       1351875|N/A             (*********)
  Bim:                           16|N/A             (*********)
Old results:

bench::stress_tests_group::stress_test_bench seed:0xCAFE
  Instructions:            89071605
  L1 Hits:                129075189
  L2 Hits:                  1680391
  RAM Hits:                   93701
  Total read+write:       130849281
  Estimated Cycles:       140756679
bench::binary_trees_group::count_binary_trees_bench depth:11
  Instructions:            90042632
  L1 Hits:                133594436
  L2 Hits:                   243775
  RAM Hits:                    2106
  Total read+write:       133840317
  Estimated Cycles:       134887021
bench::binary_trees_group::count_binary_trees_with_parent_bench depth:11
  Instructions:           167873861
  L1 Hits:                248160529
  L2 Hits:                  1533868
  RAM Hits:                    3952
  Total read+write:       249698349
  Estimated Cycles:       255968189
bench::linked_lists_group::large_linked_list_bench size:4096
  Instructions:            96429296
  L1 Hits:                142282887
  L2 Hits:                  1830025
  RAM Hits:                   10063
  Total read+write:       144122975
  Estimated Cycles:       151785217


Results without finalization:

bench::stress_tests_group::stress_test_bench seed:0xCAFE
  Instructions:            86489845|N/A             (*********)
  L1 Hits:                124556327|N/A             (*********)
  L2 Hits:                  1669410|N/A             (*********)
  RAM Hits:                   93689|N/A             (*********)
  Total read+write:       126319426|N/A             (*********)
  Estimated Cycles:       136182492|N/A             (*********)
  Bc:                      11379304|N/A             (*********)
  Bcm:                       680242|N/A             (*********)
  Bi:                       1147133|N/A             (*********)
  Bim:                           36|N/A             (*********)
bench::binary_trees_group::count_binary_trees_bench depth:11
  Instructions:            89007609|N/A             (*********)
  L1 Hits:                132039543|N/A             (*********)
  L2 Hits:                   244776|N/A             (*********)
  RAM Hits:                    2105|N/A             (*********)
  Total read+write:       132286424|N/A             (*********)
  Estimated Cycles:       133337098|N/A             (*********)
  Bc:                      12591365|N/A             (*********)
  Bcm:                       398531|N/A             (*********)
  Bi:                       1297127|N/A             (*********)
  Bim:                           11|N/A             (*********)
bench::binary_trees_group::count_binary_trees_with_parent_bench depth:11
  Instructions:           123097052|N/A             (*********)
  L1 Hits:                183114812|N/A             (*********)
  L2 Hits:                   874799|N/A             (*********)
  RAM Hits:                    3945|N/A             (*********)
  Total read+write:       183993556|N/A             (*********)
  Estimated Cycles:       187626882|N/A             (*********)
  Bc:                      17542900|N/A             (*********)
  Bcm:                       484900|N/A             (*********)
  Bi:                       1938887|N/A             (*********)
  Bim:                           17|N/A             (*********)
bench::linked_lists_group::large_linked_list_bench size:4096
  Instructions:            70865771|N/A             (*********)
  L1 Hits:                104806934|N/A             (*********)
  L2 Hits:                   960913|N/A             (*********)
  RAM Hits:                   10054|N/A             (*********)
  Total read+write:       105777901|N/A             (*********)
  Estimated Cycles:       109963389|N/A             (*********)
  Bc:                      10965867|N/A             (*********)
  Bcm:                        30054|N/A             (*********)
  Bi:                        983205|N/A             (*********)
  Bim:                           15|N/A             (*********)
Old results without finalization:

bench::stress_tests_group::stress_test_bench seed:0xCAFE
  Instructions:            86489839
  L1 Hits:                124556414
  L2 Hits:                  1669311
  RAM Hits:                   93691
  Total read+write:       126319416
  Estimated Cycles:       136182154
bench::binary_trees_group::count_binary_trees_bench depth:11
  Instructions:            89007609
  L1 Hits:                132039843
  L2 Hits:                   244478
  RAM Hits:                    2103
  Total read+write:       132286424
  Estimated Cycles:       133335838
bench::binary_trees_group::count_binary_trees_with_parent_bench depth:11
  Instructions:           123364636
  L1 Hits:                183382941
  L2 Hits:                   874255
  RAM Hits:                    3944
  Total read+write:       184261140
  Estimated Cycles:       187892256
bench::linked_lists_group::large_linked_list_bench size:4096
  Instructions:            70865765
  L1 Hits:                104807044
  L2 Hits:                   960797
  RAM Hits:                   10050
  Total read+write:       105777891
  Estimated Cycles:       109962779

@github-actions github-actions bot removed the run benchmarks Add this label to pull requests to run benchmarks label Jul 31, 2024
@frengor frengor closed this Aug 6, 2024
@frengor frengor deleted the update-iai-callgrind branch August 6, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant