Skip to content

Instantly share code, notes, and snippets.

@cbi42
Created September 2, 2022 16:38
Show Gist options
  • Save cbi42/59f280f85a59b678e7e5d8561e693b61 to your computer and use it in GitHub Desktop.
Save cbi42/59f280f85a59b678e7e5d8561e693b61 to your computer and use it in GitHub Desktop.
Compare Microbench
Old is main, new is after PR.
Benchmark Time CPU Time Old Time New CPU Old CPU New
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
IteratorNext/comp_style:0/max_data:134217728/per_key_size:256/iterations:10240 -0.0273 -0.0230 2627 2555 2506 2449
IteratorNext/comp_style:0/max_data:134217728/per_key_size:1024/iterations:10240 -0.0021 -0.0006 3494 3486 3399 3396
IteratorNext/comp_style:0/max_data:536870912/per_key_size:256/iterations:10240 +0.0191 +0.0210 2687 2738 2566 2620
IteratorNext/comp_style:0/max_data:536870912/per_key_size:1024/iterations:10240 -0.0046 +0.0020 3397 3381 3286 3292
IteratorNext/comp_style:1/max_data:134217728/per_key_size:256/iterations:10240 -0.0478 -0.0443 2731 2600 2614 2498
IteratorNext/comp_style:1/max_data:134217728/per_key_size:1024/iterations:10240 +0.0221 +0.0238 3332 3406 3240 3317
IteratorNext/comp_style:1/max_data:536870912/per_key_size:256/iterations:10240 -0.0334 -0.0227 2975 2875 2838 2773
IteratorNext/comp_style:1/max_data:536870912/per_key_size:1024/iterations:10240 -0.1529 -0.1530 4001 3389 3901 3304
IteratorNext/comp_style:2/max_data:134217728/per_key_size:256/iterations:10240 +0.0282 +0.0439 2561 2634 2422 2528
IteratorNext/comp_style:2/max_data:134217728/per_key_size:1024/iterations:10240 -0.0520 -0.0440 3541 3356 3438 3287
IteratorNext/comp_style:2/max_data:536870912/per_key_size:256/iterations:10240 +0.0659 +0.0673 3591 3828 3461 3694
IteratorNext/comp_style:2/max_data:536870912/per_key_size:1024/iterations:10240 -0.0255 -0.0252 4813 4690 4709 4590
IteratorNextWithPerfContext/iterations:100000 +0.0343 +0.0381 3316 3430 3321 3447
OVERALL_GEOMEAN -0.0150 -0.0104 0 0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment