Skip to content

Instantly share code, notes, and snippets.

@nschlimm
Created October 5, 2011 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nschlimm/1264264 to your computer and use it in GitHub Desktop.
Save nschlimm/1264264 to your computer and use it in GitHub Desktop.
Initialized Cache Benchmark
Check null - small cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
1905908 3556,8685 511 511 654 654
1907688 6795,7278 511 511 654 654
1893932,6 4015,2625 511 511 654 654
1899993 1904,3949 517 517 655 655
Check map - small cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
1742763,8 22404,8246 517 517 655 655
1744918,6 3603,6768 517 517 655 655
1766006,2 2857,2452 517 517 655 655
1752477,2 4050,7924 517 517 656 656
putIfAbsent - small cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
1717895,4 22343,9668 517 517 656 656
1739470,4 16165,3598 517 517 656 656
1740257,6 12481,1488 517 517 656 656
1740578 6102,4968 517 517 657 657
Check null - large cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
1019185,8 33734,247 517 517 657 657
1029392,2 9166,7808 517 517 657 657
1035985,2 23655,7345 517 517 657 657
1035693,4 20402,1955 517 517 657 657
Check map - large cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
994125,4 2688,3564 517 517 657 657
996342,6 2507,06 517 517 657 657
990334,4 16753,4152 517 517 657 657
991900,8 12205,8854 517 517 657 657
putIfAbsent - large cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
1038077 11316,032 517 517 657 657
1044258,6 1130,3257 517 517 657 657
1026977,6 17678,3865 517 517 657 657
1005747,2 26584,1271 517 517 657 657
Check null - very large cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
754315,2 5105,8594 517 517 657 657
785502,8 4635,583 517 517 657 657
752233,6 12303,0429 517 517 657 657
750584,4 7776,1533 517 517 657 657
Check map - very large cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
729682,2 5941,2612 517 517 657 657
730757,8 5534,3413 517 517 657 657
730458 5924,7612 517 517 657 657
730805,8 4672,212 517 517 657 657
putIfAbsent - very large cache - mixed mode - initialized
Mean exec count Deviation JIT before JIT after CL before CL after
713227 8603,7571 517 517 657 657
714657,2 12349,0652 517 517 657 657
717032,6 6599,967 517 517 657 657
718114,8 6856,3223 522 522 657 657
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment