Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cachebench test configs with large cache size
Summary: We ran the following configuration configuration on CacheBench on a machine with 1.2TB of RAM to test if we can create large caches using the 5-byte compressed pointer. This we ran on T2: ===JSON Config=== { "cache_config": { "cacheSizeMB": 820616, "allocSizes": [4194304], "allocator": "LRU5B2Q" }, "test_config": { "name": "stressor", "enableLookaside": true, "getRatio": 0.7684563460126871, "keySizeRange": [ 1, 8, 64 ], "keySizeRangeProbability": [ 0.3, 0.7 ], "loneGetRatio": 0.2315436539873129, "numKeys": 1000000, "numOps": 5000000, "numThreads": 32, "valSizeRange": [ 4190000, 4194000 ], "valSizeRangeProbability": [ 1.0 ] } } Welcome to FB-internal version of cachebench Created 885,900 keys in 0.00 mins Generating 160.00M sampled accesses Generated access patterns in 0.02 mins Total 160.00M ops to be run 09:30:29 0.00M ops completed. Hit Ratio 0.00% (RAM 0.00%, NVM 0.00%), 0 items in cache 09:31:29 0.70M ops completed. Hit Ratio 13.34% (RAM 13.34%, NVM 0.00%), 205121 items in cache 09:32:29 2.65M ops completed. Hit Ratio 15.54% (RAM 15.54%, NVM 0.00%), 205121 items in cache 09:33:29 4.60M ops completed. Hit Ratio 15.60% (RAM 15.60%, NVM 0.00%), 205121 items in cache Reviewed By: haowu14 Differential Revision: D68662795 fbshipit-source-id: f0e11df50aef4010bbf6ce58d1cc72f12d9cac85
- Loading branch information