Skip to content

Instantly share code, notes, and snippets.

@Neal-liu
Last active August 29, 2015 14:27
Show Gist options
  • Save Neal-liu/3b0260241a0418121770 to your computer and use it in GitHub Desktop.
Save Neal-liu/3b0260241a0418121770 to your computer and use it in GitHub Desktop.
iterations ns/op
BM_malloc_test/512 499791 2100
BM_malloc_test/1K 499778 2099
BM_malloc_test/2K 499784 2101
BM_malloc_test/4K 499746 2098
BM_malloc_test/8K 499794 2101
BM_malloc_test/16K 499800 2099
BM_malloc_test/32K 499768 2102
BM_malloc_test/64K 49864 50584
BM_malloc_test/128K 49864 51598
BM_malloc_test/256K 49858 52604
BM_malloc_test/512K 49858 54421
BM_malloc_test/1M 49845 57440
BM_malloc_test/2M 19928 70988
BM_malloc_test/4M 19915 80896
BM_malloc_test/8M 9947 100399
BM_malloc_test/16M 9928 139196
BM_malloc_test/32M 9884 216763
BM_malloc_test/64M 4979 374791
BM_malloc_test/128M 4824 683664
BM_malloc_test/256M 1870 1305702
BM_malloc_test2/512 499738 2398
BM_malloc_test2/1K 499779 2391
BM_malloc_test2/2K 499741 2402
BM_malloc_test2/4K 499760 2401
BM_malloc_test2/8K 499740 2399
BM_malloc_test2/16K 499760 2400
BM_malloc_test2/32K 9935 127500
BM_malloc_test2/64K 19908 87441
BM_malloc_test2/128K 9949 95584
BM_malloc_test2/256K 9943 110951
BM_malloc_test2/512K 9919 147510
BM_malloc_test2/1M 9873 223685
BM_malloc_test2/2M 4907 360111
BM_malloc_test2/4M 4874 470039
BM_malloc_test2/8M 4821 674740
BM_malloc_test2/16M 1992 1091391
BM_malloc_test2/32M 995 1907940
BM_malloc_test2/64M 498 3534948
BM_malloc_test2/128M 499 6821501
BM_malloc_test2/256M 97 13353281
BM_malloc_test3/512 4992706 674
BM_malloc_test3/1K 4991839 674
BM_malloc_test3/2K 4991902 680
BM_malloc_test3/4K 4991812 684
BM_malloc_test3/8K 4991786 688
BM_malloc_test3/16K 4991750 689
BM_malloc_test3/32K 4991857 684
BM_malloc_test3/64K 49186 31502
BM_malloc_test3/128K 48925 41502
BM_malloc_test3/256K 48794 46591
BM_malloc_test3/512K 48718 49443
BM_malloc_test3/1M 48616 54708
BM_malloc_test3/2M 48383 64171
BM_malloc_test3/4M 19247 74806
BM_malloc_test3/8M 19027 96197
BM_malloc_test3/16M 9295 139291
BM_malloc_test3/32M 8866 224702
BM_malloc_test3/64M 4861 397486
BM_malloc_test3/128M 4983 739887
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment