diff --git a/docs/benchmarks/latest/index.md b/docs/benchmarks/latest/index.md index e9e2c08..b37ad7c 100644 --- a/docs/benchmarks/latest/index.md +++ b/docs/benchmarks/latest/index.md @@ -6,8 +6,8 @@ ## Environment -- **Date**: 2026-07-20T02:12:56.602315810+00:00 -- **Commit**: `9d5cec4380aba31f0f560f2ed41c470802084ae3` +- **Date**: 2026-08-10T01:06:24.476205426+00:00 +- **Commit**: `f840dc2ca53d556452dcb7d296c2f05cf772105a` - **Branch**: `main` - **Dirty**: false - **Rustc**: rustc 1.97.1 (8bab26f4f 2026-07-14) @@ -48,46 +48,46 @@ | Policy | Uniform | HotSet 90/10 | Zipfian 1.0 | |--------|-------:|-------:|-------:| -| **2Q** | 32.02 | 39.19 | 14.31 | -| **ARC** | 16.93 | 32.19 | 12.18 | -| **CAR** | 14.99 | 42.14 | 13.03 | -| **Clock** | 20.59 | 36.04 | 12.60 | -| **Clock-Pro** | 14.97 | 44.88 | 13.07 | -| **FIFO** | 18.53 | 33.21 | 12.42 | -| **Fast-LRU** | 35.02 | 46.46 | 14.76 | -| **Heap-LFU** | 9.75 | 14.86 | 8.14 | -| **LFU** | 11.32 | 13.73 | 7.52 | -| **LIFO** | 54.85 | 78.89 | 16.90 | -| **LRU** | 30.05 | 23.46 | 12.43 | -| **LRU-K** | 18.18 | 18.08 | 10.06 | -| **MFU** | 15.42 | 15.76 | 10.55 | -| **MRU** | 36.47 | 44.16 | 18.06 | -| **NRU** | 0.64 | 49.29 | 10.69 | -| **Random** | 34.83 | 64.39 | 16.20 | -| **S3-FIFO** | 18.01 | 39.46 | 12.59 | -| **SLRU** | 32.10 | 43.32 | 14.21 | +| **2Q** | 31.85 | 44.18 | 14.20 | +| **ARC** | 17.07 | 30.40 | 12.14 | +| **CAR** | 14.96 | 41.77 | 12.75 | +| **Clock** | 20.65 | 35.18 | 12.66 | +| **Clock-Pro** | 14.91 | 44.73 | 12.96 | +| **FIFO** | 18.41 | 32.99 | 12.48 | +| **Fast-LRU** | 35.27 | 46.96 | 14.78 | +| **Heap-LFU** | 9.88 | 14.62 | 8.11 | +| **LFU** | 11.32 | 13.88 | 7.51 | +| **LIFO** | 54.50 | 78.20 | 16.83 | +| **LRU** | 30.26 | 27.40 | 12.32 | +| **LRU-K** | 18.43 | 18.11 | 10.02 | +| **MFU** | 16.15 | 16.53 | 10.76 | +| **MRU** | 35.39 | 39.42 | 18.01 | +| **NRU** | 0.70 | 50.31 | 10.44 | +| **Random** | 35.20 | 64.11 | 16.27 | +| **S3-FIFO** | 17.87 | 37.85 | 12.61 | +| **SLRU** | 31.64 | 39.53 | 14.21 | ## Latency P99 (nanoseconds) | Policy | Uniform | HotSet 90/10 | Zipfian 1.0 | |--------|-------:|-------:|-------:| -| **2Q** | 151 | 80 | 100 | -| **ARC** | 220 | 170 | 190 | -| **CAR** | 271 | 201 | 220 | -| **Clock** | 191 | 151 | 180 | -| **Clock-Pro** | 301 | 211 | 271 | -| **FIFO** | 210 | 151 | 181 | -| **Fast-LRU** | 130 | 80 | 91 | -| **Heap-LFU** | 341 | 280 | 311 | -| **LFU** | 341 | 211 | 221 | +| **2Q** | 160 | 80 | 100 | +| **ARC** | 230 | 160 | 191 | +| **CAR** | 281 | 210 | 220 | +| **Clock** | 210 | 150 | 180 | +| **Clock-Pro** | 311 | 210 | 280 | +| **FIFO** | 220 | 160 | 181 | +| **Fast-LRU** | 121 | 80 | 100 | +| **Heap-LFU** | 351 | 270 | 321 | +| **LFU** | 341 | 200 | 221 | | **LIFO** | 81 | 70 | 80 | -| **LRU** | 130 | 120 | 120 | -| **LRU-K** | 211 | 150 | 160 | -| **MFU** | 241 | 191 | 211 | -| **MRU** | 140 | 90 | 100 | -| **NRU** | 11422 | 171 | 541 | -| **Random** | 141 | 90 | 101 | -| **S3-FIFO** | 230 | 151 | 220 | +| **LRU** | 130 | 91 | 120 | +| **LRU-K** | 201 | 141 | 160 | +| **MFU** | 230 | 190 | 211 | +| **MRU** | 160 | 90 | 91 | +| **NRU** | 10639 | 171 | 530 | +| **Random** | 150 | 90 | 101 | +| **S3-FIFO** | 231 | 150 | 220 | | **SLRU** | 151 | 81 | 100 | ## Scan Resistance diff --git a/docs/benchmarks/latest/results.json b/docs/benchmarks/latest/results.json index ae95554..15f2c2f 100644 --- a/docs/benchmarks/latest/results.json +++ b/docs/benchmarks/latest/results.json @@ -1,8 +1,8 @@ { "schema_version": "1.2.0", "metadata": { - "timestamp": "2026-07-20T02:12:56.602315810+00:00", - "git_commit": "9d5cec4380aba31f0f560f2ed41c470802084ae3", + "timestamp": "2026-08-10T01:06:24.476205426+00:00", + "git_commit": "f840dc2ca53d556452dcb7d296c2f05cf772105a", "git_branch": "main", "git_dirty": false, "rustc_version": "rustc 1.97.1 (8bab26f4f 2026-07-14)", @@ -4244,19 +4244,19 @@ "miss_rate": 0.7532974678582628 }, "throughput": { - "duration_ms": 11.906854999999998, - "ops_per_sec": 30053360.018241595, - "gets_per_sec": 17141050.260543194, - "inserts_per_sec": 12912309.757698402 + "duration_ms": 11.824779000000001, + "ops_per_sec": 30261960.921214677, + "gets_per_sec": 17260026.593308847, + "inserts_per_sec": 13001934.327905832 }, "latency": { "sample_count": 2000, - "min_ns": 30, + "min_ns": 40, "p50_ns": 70, - "p95_ns": 101, + "p95_ns": 100, "p99_ns": 130, - "max_ns": 181, - "mean_ns": 75 + "max_ns": 190, + "mean_ns": 74 }, "eviction": { "total_evictions": 150111, @@ -4282,18 +4282,18 @@ "miss_rate": 0.7532974678582628 }, "throughput": { - "duration_ms": 10.218496, - "ops_per_sec": 35018949.95114741, - "gets_per_sec": 19973193.706784245, - "inserts_per_sec": 15045756.244363163 + "duration_ms": 10.146386999999999, + "ops_per_sec": 35267824.891757034, + "gets_per_sec": 20115140.492867067, + "inserts_per_sec": 15152684.39888997 }, "latency": { "sample_count": 2000, - "min_ns": 30, + "min_ns": 29, "p50_ns": 61, "p95_ns": 100, - "p99_ns": 130, - "max_ns": 441, + "p99_ns": 121, + "max_ns": 180, "mean_ns": 66 }, "eviction": { @@ -4320,19 +4320,19 @@ "miss_rate": 0.7539638209470053 }, "throughput": { - "duration_ms": 19.691602, - "ops_per_sec": 18179170.998885717, - "gets_per_sec": 10364621.425925631, - "inserts_per_sec": 7814549.572960088 + "duration_ms": 19.422053000000002, + "ops_per_sec": 18431470.658637375, + "gets_per_sec": 10508466.84436501, + "inserts_per_sec": 7923003.814272363 }, "latency": { "sample_count": 2000, - "min_ns": 50, + "min_ns": 60, "p50_ns": 110, "p95_ns": 161, - "p99_ns": 211, - "max_ns": 10951, - "mean_ns": 121 + "p99_ns": 201, + "max_ns": 631, + "mean_ns": 112 }, "eviction": { "total_evictions": 150247, @@ -4358,19 +4358,19 @@ "miss_rate": 0.7539589212919411 }, "throughput": { - "duration_ms": 31.631778999999998, - "ops_per_sec": 11316973.351388173, - "gets_per_sec": 6452245.382720966, - "inserts_per_sec": 4864727.968667206 + "duration_ms": 31.633952, + "ops_per_sec": 11316195.965651082, + "gets_per_sec": 6451802.164965035, + "inserts_per_sec": 4864393.800686047 }, "latency": { "sample_count": 2000, "min_ns": 80, - "p50_ns": 181, - "p95_ns": 271, + "p50_ns": 180, + "p95_ns": 280, "p99_ns": 341, - "max_ns": 582, - "mean_ns": 182 + "max_ns": 10590, + "mean_ns": 185 }, "eviction": { "total_evictions": 150246, @@ -4396,19 +4396,19 @@ "miss_rate": 0.7535179523361555 }, "throughput": { - "duration_ms": 36.705630000000006, - "ops_per_sec": 9750166.3913683, - "gets_per_sec": 5560345.91968589, - "inserts_per_sec": 4189820.4716824093 + "duration_ms": 36.208703, + "ops_per_sec": 9883977.341027653, + "gets_per_sec": 5636655.91667285, + "inserts_per_sec": 4247321.424354802 }, "latency": { "sample_count": 2000, "min_ns": 60, - "p50_ns": 231, - "p95_ns": 290, - "p99_ns": 341, - "max_ns": 761, - "mean_ns": 206 + "p50_ns": 230, + "p95_ns": 281, + "p99_ns": 351, + "max_ns": 10549, + "mean_ns": 208 }, "eviction": { "total_evictions": 150156, @@ -4434,19 +4434,19 @@ "miss_rate": 0.7533807619943556 }, "throughput": { - "duration_ms": 23.200295, - "ops_per_sec": 15424717.659840101, - "gets_per_sec": 8797129.519258268, - "inserts_per_sec": 6627588.140581833 + "duration_ms": 22.161459, + "ops_per_sec": 16147763.556542011, + "gets_per_sec": 9209501.955624852, + "inserts_per_sec": 6938261.60091716 }, "latency": { "sample_count": 2000, - "min_ns": 49, - "p50_ns": 140, + "min_ns": 50, + "p50_ns": 130, "p95_ns": 191, - "p99_ns": 241, - "max_ns": 10389, - "mean_ns": 136 + "p99_ns": 230, + "max_ns": 370, + "mean_ns": 124 }, "eviction": { "total_evictions": 150128, @@ -4472,19 +4472,19 @@ "miss_rate": 0.7532680699278771 }, "throughput": { - "duration_ms": 19.307456000000002, - "ops_per_sec": 18533513.685075857, - "gets_per_sec": 10570838.540302772, - "inserts_per_sec": 7962675.1447730865 + "duration_ms": 19.434296, + "ops_per_sec": 18412552.73666718, + "gets_per_sec": 10501846.8381875, + "inserts_per_sec": 7910705.898479678 }, "latency": { "sample_count": 2000, "min_ns": 40, "p50_ns": 130, - "p95_ns": 170, - "p99_ns": 210, - "max_ns": 1423, - "mean_ns": 117 + "p95_ns": 171, + "p99_ns": 220, + "max_ns": 872, + "mean_ns": 118 }, "eviction": { "total_evictions": 150105, @@ -4510,18 +4510,18 @@ "miss_rate": 0.7523812323612418 }, "throughput": { - "duration_ms": 6.52041, - "ops_per_sec": 54851458.72728862, - "gets_per_sec": 31301099.164009627, - "inserts_per_sec": 23550359.563278995 + "duration_ms": 6.562939, + "ops_per_sec": 54496011.619184636, + "gets_per_sec": 31098262.531466465, + "inserts_per_sec": 23397749.08771817 }, "latency": { "sample_count": 2000, - "min_ns": 29, + "min_ns": 20, "p50_ns": 50, "p95_ns": 70, "p99_ns": 81, - "max_ns": 301, + "max_ns": 151, "mean_ns": 50 }, "eviction": { @@ -4548,19 +4548,19 @@ "miss_rate": 0.7524008309814989 }, "throughput": { - "duration_ms": 9.806087, - "ops_per_sec": 36473060.04933467, - "gets_per_sec": 20813194.906388246, - "inserts_per_sec": 15659865.142946417 + "duration_ms": 10.107374, + "ops_per_sec": 35385847.99573064, + "gets_per_sec": 20192782.02231361, + "inserts_per_sec": 15193065.97341703 }, "latency": { "sample_count": 2000, - "min_ns": 40, + "min_ns": 29, "p50_ns": 60, "p95_ns": 100, - "p99_ns": 140, - "max_ns": 240, - "mean_ns": 66 + "p99_ns": 160, + "max_ns": 561, + "mean_ns": 67 }, "eviction": { "total_evictions": 149928, @@ -4586,19 +4586,19 @@ "miss_rate": 0.7525135230479774 }, "throughput": { - "duration_ms": 555.714109, - "ops_per_sec": 643642.1069885056, - "gets_per_sec": 367267.98311323783, - "inserts_per_sec": 276374.1238752677 + "duration_ms": 509.37582599999996, + "ops_per_sec": 702194.6895453967, + "gets_per_sec": 400678.61406520696, + "inserts_per_sec": 301516.07548018976 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 80, - "p95_ns": 11322, - "p99_ns": 11422, - "max_ns": 21340, - "mean_ns": 2792 + "p95_ns": 10309, + "p99_ns": 10639, + "max_ns": 24736, + "mean_ns": 2587 }, "eviction": { "total_evictions": 149951, @@ -4624,19 +4624,19 @@ "miss_rate": 0.7531357792411414 }, "throughput": { - "duration_ms": 10.27424, - "ops_per_sec": 34825738.93543464, - "gets_per_sec": 19864826.984769676, - "inserts_per_sec": 14960911.950664964 + "duration_ms": 10.16452, + "ops_per_sec": 35201662.2526199, + "gets_per_sec": 20079256.07898848, + "inserts_per_sec": 15122406.173631417 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 70, "p95_ns": 110, - "p99_ns": 141, - "max_ns": 2615, - "mean_ns": 72 + "p99_ns": 150, + "max_ns": 551, + "mean_ns": 70 }, "eviction": { "total_evictions": 150078, @@ -4662,18 +4662,18 @@ "miss_rate": 0.7530573847601129 }, "throughput": { - "duration_ms": 17.37408, - "ops_per_sec": 20593435.738755662, - "gets_per_sec": 11747154.381699635, - "inserts_per_sec": 8846281.35705603 + "duration_ms": 17.323067, + "ops_per_sec": 20654079.326715067, + "gets_per_sec": 11781747.423825122, + "inserts_per_sec": 8872331.902889945 }, "latency": { "sample_count": 2000, "min_ns": 40, - "p50_ns": 111, - "p95_ns": 160, - "p99_ns": 191, - "max_ns": 351, + "p50_ns": 110, + "p95_ns": 151, + "p99_ns": 210, + "max_ns": 301, "mean_ns": 107 }, "eviction": { @@ -4700,19 +4700,19 @@ "miss_rate": 0.7520333568516776 }, "throughput": { - "duration_ms": 23.879131, - "ops_per_sec": 14974707.412928887, - "gets_per_sec": 8547044.697732091, - "inserts_per_sec": 6427662.715196797 + "duration_ms": 23.983659, + "ops_per_sec": 14909443.133760365, + "gets_per_sec": 8509794.106061965, + "inserts_per_sec": 6399649.0276984 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 141, - "p95_ns": 251, - "p99_ns": 301, - "max_ns": 431, - "mean_ns": 140 + "p50_ns": 150, + "p95_ns": 260, + "p99_ns": 311, + "max_ns": 1233, + "mean_ns": 141 }, "eviction": { "total_evictions": 149853, @@ -4738,19 +4738,19 @@ "miss_rate": 0.7522097444339919 }, "throughput": { - "duration_ms": 19.860167, - "ops_per_sec": 18006847.575853717, - "gets_per_sec": 10276650.745182555, - "inserts_per_sec": 7730196.830671161 + "duration_ms": 20.009506, + "ops_per_sec": 17872455.222032968, + "gets_per_sec": 10199951.962832065, + "inserts_per_sec": 7672503.259200902 }, "latency": { "sample_count": 2000, "min_ns": 30, - "p50_ns": 121, + "p50_ns": 130, "p95_ns": 190, - "p99_ns": 230, - "max_ns": 430, - "mean_ns": 119 + "p99_ns": 231, + "max_ns": 972, + "mean_ns": 120 }, "eviction": { "total_evictions": 149889, @@ -4776,10 +4776,10 @@ "miss_rate": 0.7526066164941988 }, "throughput": { - "duration_ms": 11.144122, - "ops_per_sec": 32097638.557797555, - "gets_per_sec": 18314228.792541936, - "inserts_per_sec": 13783409.765255623 + "duration_ms": 11.306224, + "ops_per_sec": 31637441.46586871, + "gets_per_sec": 18051650.13535907, + "inserts_per_sec": 13585791.330509638 }, "latency": { "sample_count": 2000, @@ -4787,8 +4787,8 @@ "p50_ns": 70, "p95_ns": 110, "p99_ns": 151, - "max_ns": 251, - "mean_ns": 70 + "max_ns": 722, + "mean_ns": 71 }, "eviction": { "total_evictions": 149970, @@ -4814,19 +4814,19 @@ "miss_rate": 0.7521362496080276 }, "throughput": { - "duration_ms": 11.169359, - "ops_per_sec": 32016519.479766026, - "gets_per_sec": 18272848.065855883, - "inserts_per_sec": 13743671.413910145 + "duration_ms": 11.228289, + "ops_per_sec": 31848485.552874528, + "gets_per_sec": 18176945.74836825, + "inserts_per_sec": 13671539.804506278 }, "latency": { "sample_count": 2000, "min_ns": 30, "p50_ns": 70, - "p95_ns": 110, - "p99_ns": 151, - "max_ns": 241, - "mean_ns": 70 + "p95_ns": 111, + "p99_ns": 160, + "max_ns": 1734, + "mean_ns": 72 }, "eviction": { "total_evictions": 149874, @@ -4852,19 +4852,19 @@ "miss_rate": 0.7533366650987771 }, "throughput": { - "duration_ms": 21.13799, - "ops_per_sec": 16929187.685300257, - "gets_per_sec": 9655411.89110223, - "inserts_per_sec": 7273775.79419803 + "duration_ms": 20.962970000000002, + "ops_per_sec": 17070529.60529925, + "gets_per_sec": 9736025.000274293, + "inserts_per_sec": 7334504.605024955 }, "latency": { "sample_count": 2000, "min_ns": 40, "p50_ns": 120, "p95_ns": 181, - "p99_ns": 220, - "max_ns": 411, - "mean_ns": 119 + "p99_ns": 230, + "max_ns": 10769, + "mean_ns": 130 }, "eviction": { "total_evictions": 150119, @@ -4890,19 +4890,19 @@ "miss_rate": 0.7529789902790843 }, "throughput": { - "duration_ms": 23.870265000000003, - "ops_per_sec": 14988354.758524884, - "gets_per_sec": 8550219.279090533, - "inserts_per_sec": 6438135.4794343505 + "duration_ms": 23.916204, + "ops_per_sec": 14959564.653320402, + "gets_per_sec": 8533795.747853631, + "inserts_per_sec": 6425768.905466771 }, "latency": { "sample_count": 2000, "min_ns": 30, "p50_ns": 150, "p95_ns": 230, - "p99_ns": 271, - "max_ns": 1392, - "mean_ns": 138 + "p99_ns": 281, + "max_ns": 10900, + "mean_ns": 143 }, "eviction": { "total_evictions": 150046, @@ -4928,10 +4928,10 @@ "miss_rate": 0.1981028535591094 }, "throughput": { - "duration_ms": 19.666494999999998, - "ops_per_sec": 12433735.650404407, - "gets_per_sec": 10377853.298210993, - "inserts_per_sec": 2055882.3521934133 + "duration_ms": 19.846783, + "ops_per_sec": 12320787.706501352, + "gets_per_sec": 10283580.97128386, + "inserts_per_sec": 2037206.735217491 }, "latency": { "sample_count": 2000, @@ -4939,7 +4939,7 @@ "p50_ns": 50, "p95_ns": 100, "p99_ns": 120, - "max_ns": 321, + "max_ns": 310, "mean_ns": 57 }, "eviction": { @@ -4966,19 +4966,19 @@ "miss_rate": 0.1981028535591094 }, "throughput": { - "duration_ms": 16.566434, - "ops_per_sec": 14760448.748354653, - "gets_per_sec": 12319851.091671266, - "inserts_per_sec": 2440597.6566833872 + "duration_ms": 16.5395, + "ops_per_sec": 14784485.625321202, + "gets_per_sec": 12339913.540312586, + "inserts_per_sec": 2444572.085008616 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 40, - "p95_ns": 80, - "p99_ns": 91, - "max_ns": 241, - "mean_ns": 45 + "p95_ns": 81, + "p99_ns": 100, + "max_ns": 130, + "mean_ns": 46 }, "eviction": { "total_evictions": 38746, @@ -5004,10 +5004,10 @@ "miss_rate": 0.17395735340232044 }, "throughput": { - "duration_ms": 23.820702, - "ops_per_sec": 10058477.70565284, - "gets_per_sec": 8568009.456648255, - "inserts_per_sec": 1490468.2490045843 + "duration_ms": 23.918528000000002, + "ops_per_sec": 10017338.859648887, + "gets_per_sec": 8532966.577207426, + "inserts_per_sec": 1484372.2824414612 }, "latency": { "sample_count": 2000, @@ -5015,8 +5015,8 @@ "p50_ns": 60, "p95_ns": 140, "p99_ns": 160, - "max_ns": 211, - "mean_ns": 73 + "max_ns": 11111, + "mean_ns": 79 }, "eviction": { "total_evictions": 33818, @@ -5042,10 +5042,10 @@ "miss_rate": 0.17395735340232044 }, "throughput": { - "duration_ms": 31.848803, - "ops_per_sec": 7523045.685578827, - "gets_per_sec": 6408278.515208248, - "inserts_per_sec": 1114767.1703705788 + "duration_ms": 31.883526000000003, + "ops_per_sec": 7514852.654627972, + "gets_per_sec": 6401299.530045704, + "inserts_per_sec": 1113553.1245822685 }, "latency": { "sample_count": 2000, @@ -5053,8 +5053,8 @@ "p50_ns": 120, "p95_ns": 191, "p99_ns": 221, - "max_ns": 1463, - "mean_ns": 127 + "max_ns": 541, + "mean_ns": 126 }, "eviction": { "total_evictions": 33818, @@ -5080,19 +5080,19 @@ "miss_rate": 0.2518961665098777 }, "throughput": { - "duration_ms": 31.387032, - "ops_per_sec": 8140527.591140187, - "gets_per_sec": 6502558.126553667, - "inserts_per_sec": 1637969.4645865208 + "duration_ms": 31.494062000000003, + "ops_per_sec": 8112862.672334867, + "gets_per_sec": 6480459.713326276, + "inserts_per_sec": 1632402.95900859 }, "latency": { "sample_count": 2000, "min_ns": 60, "p50_ns": 80, - "p95_ns": 280, - "p99_ns": 311, - "max_ns": 751, - "mean_ns": 116 + "p95_ns": 271, + "p99_ns": 321, + "max_ns": 10279, + "mean_ns": 123 }, "eviction": { "total_evictions": 49725, @@ -5118,19 +5118,19 @@ "miss_rate": 0.6813558325493885 }, "throughput": { - "duration_ms": 32.514956, - "ops_per_sec": 10553850.972457107, - "gets_per_sec": 6276988.349607485, - "inserts_per_sec": 4276862.622849621 + "duration_ms": 31.893495, + "ops_per_sec": 10759498.135905143, + "gets_per_sec": 6399298.665762407, + "inserts_per_sec": 4360199.470142736 }, "latency": { "sample_count": 2000, "min_ns": 30, - "p50_ns": 140, - "p95_ns": 171, + "p50_ns": 130, + "p95_ns": 170, "p99_ns": 211, - "max_ns": 571, - "mean_ns": 120 + "max_ns": 1082, + "mean_ns": 117 }, "eviction": { "total_evictions": 137376, @@ -5156,19 +5156,19 @@ "miss_rate": 0.23205746315459397 }, "throughput": { - "duration_ms": 20.238973, - "ops_per_sec": 12424444.6593214, - "gets_per_sec": 10084306.155257976, - "inserts_per_sec": 2340138.5040634223 + "duration_ms": 20.150047, + "ops_per_sec": 12479276.102929188, + "gets_per_sec": 10128810.12138582, + "inserts_per_sec": 2350465.981543368 }, "latency": { "sample_count": 2000, - "min_ns": 29, + "min_ns": 30, "p50_ns": 40, "p95_ns": 160, "p99_ns": 181, - "max_ns": 251, - "mean_ns": 65 + "max_ns": 430, + "mean_ns": 66 }, "eviction": { "total_evictions": 45676, @@ -5194,10 +5194,10 @@ "miss_rate": 0.1973826042646598 }, "throughput": { - "duration_ms": 14.461208, - "ops_per_sec": 16899072.33199329, - "gets_per_sec": 14113343.781515349, - "inserts_per_sec": 2785728.5504779406 + "duration_ms": 14.519101, + "ops_per_sec": 16831689.510252737, + "gets_per_sec": 14057068.684899982, + "inserts_per_sec": 2774620.8253527544 }, "latency": { "sample_count": 2000, @@ -5205,8 +5205,8 @@ "p50_ns": 30, "p95_ns": 70, "p99_ns": 80, - "max_ns": 100, - "mean_ns": 36 + "max_ns": 261, + "mean_ns": 37 }, "eviction": { "total_evictions": 38599, @@ -5232,19 +5232,19 @@ "miss_rate": 0.6704247021009722 }, "throughput": { - "duration_ms": 18.872645000000002, - "ops_per_sec": 18064611.50517058, - "gets_per_sec": 10814382.40373832, - "inserts_per_sec": 7250229.101432258 + "duration_ms": 18.928435, + "ops_per_sec": 18011367.553630292, + "gets_per_sec": 10782507.904113572, + "inserts_per_sec": 7228859.649516719 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 51, "p95_ns": 80, - "p99_ns": 100, - "max_ns": 11221, - "mean_ns": 61 + "p99_ns": 91, + "max_ns": 611, + "mean_ns": 56 }, "eviction": { "total_evictions": 135145, @@ -5270,19 +5270,19 @@ "miss_rate": 0.19697593289432425 }, "throughput": { - "duration_ms": 22.847367000000002, - "ops_per_sec": 10692610.662751643, - "gets_per_sec": 8933020.597077992, - "inserts_per_sec": 1759590.0656736507 + "duration_ms": 23.391197, + "ops_per_sec": 10444014.47262404, + "gets_per_sec": 8725333.722767588, + "inserts_per_sec": 1718680.7498564525 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, - "p95_ns": 491, - "p99_ns": 541, - "max_ns": 611, - "mean_ns": 76 + "p95_ns": 481, + "p99_ns": 530, + "max_ns": 581, + "mean_ns": 75 }, "eviction": { "total_evictions": 38516, @@ -5308,10 +5308,10 @@ "miss_rate": 0.2300437049231734 }, "throughput": { - "duration_ms": 15.497972, - "ops_per_sec": 16198700.062175876, - "gets_per_sec": 13169206.913007714, - "inserts_per_sec": 3029493.149168162 + "duration_ms": 15.429315, + "ops_per_sec": 16270780.653580537, + "gets_per_sec": 13227806.937637866, + "inserts_per_sec": 3042973.7159426715 }, "latency": { "sample_count": 2000, @@ -5319,7 +5319,7 @@ "p50_ns": 30, "p95_ns": 90, "p99_ns": 101, - "max_ns": 360, + "max_ns": 391, "mean_ns": 42 }, "eviction": { @@ -5346,19 +5346,19 @@ "miss_rate": 0.19227716368767633 }, "throughput": { - "duration_ms": 19.320259, - "ops_per_sec": 12595017.489154778, - "gets_per_sec": 10563833.538670471, - "inserts_per_sec": 2031183.9504843077 + "duration_ms": 19.221049, + "ops_per_sec": 12660027.035985393, + "gets_per_sec": 10618359.07082907, + "inserts_per_sec": 2041667.9651563242 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 40, - "p95_ns": 150, + "p50_ns": 49, + "p95_ns": 151, "p99_ns": 180, - "max_ns": 241, - "mean_ns": 60 + "max_ns": 220, + "mean_ns": 62 }, "eviction": { "total_evictions": 37557, @@ -5384,18 +5384,18 @@ "miss_rate": 0.1843789197240514 }, "throughput": { - "duration_ms": 18.490742, - "ops_per_sec": 13072866.410661075, - "gets_per_sec": 11037739.859222522, - "inserts_per_sec": 2035126.5514385523 + "duration_ms": 18.652702, + "ops_per_sec": 12959355.700852348, + "gets_per_sec": 10941899.999260161, + "inserts_per_sec": 2017455.7015921876 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 170, - "p99_ns": 271, - "max_ns": 1202, + "p95_ns": 171, + "p99_ns": 280, + "max_ns": 411, "mean_ns": 56 }, "eviction": { @@ -5422,18 +5422,18 @@ "miss_rate": 0.17470700062715583 }, "throughput": { - "duration_ms": 19.044314999999997, - "ops_per_sec": 12589216.256924968, - "gets_per_sec": 10716898.980089335, - "inserts_per_sec": 1872317.2768356332 + "duration_ms": 19.016489, + "ops_per_sec": 12607637.508690484, + "gets_per_sec": 10732580.551541349, + "inserts_per_sec": 1875056.957149135 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 151, + "p95_ns": 150, "p99_ns": 220, - "max_ns": 441, + "max_ns": 1032, "mean_ns": 58 }, "eviction": { @@ -5460,10 +5460,10 @@ "miss_rate": 0.1739083568516776 }, "throughput": { - "duration_ms": 16.857466000000002, - "ops_per_sec": 14212693.651584407, - "gets_per_sec": 12107157.742450733, - "inserts_per_sec": 2105535.9091336736 + "duration_ms": 16.860497, + "ops_per_sec": 14210138.645379197, + "gets_per_sec": 12104981.246994084, + "inserts_per_sec": 2105157.398385113 }, "latency": { "sample_count": 2000, @@ -5471,7 +5471,7 @@ "p50_ns": 40, "p95_ns": 90, "p99_ns": 100, - "max_ns": 702, + "max_ns": 291, "mean_ns": 47 }, "eviction": { @@ -5498,19 +5498,19 @@ "miss_rate": 0.17590251646284105 }, "throughput": { - "duration_ms": 16.771406, - "ops_per_sec": 14309891.490313932, - "gets_per_sec": 12169283.83941096, - "inserts_per_sec": 2140607.6509029716 + "duration_ms": 16.904739, + "ops_per_sec": 14197024.869771726, + "gets_per_sec": 12073300.865514696, + "inserts_per_sec": 2123724.0042570313 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 80, + "p95_ns": 81, "p99_ns": 100, - "max_ns": 140, - "mean_ns": 47 + "max_ns": 481, + "mean_ns": 48 }, "eviction": { "total_evictions": 34215, @@ -5536,19 +5536,19 @@ "miss_rate": 0.19944535904672311 }, "throughput": { - "duration_ms": 20.096928, - "ops_per_sec": 12181065.683272587, - "gets_per_sec": 10155581.987455994, - "inserts_per_sec": 2025483.6958165944 + "duration_ms": 20.159724999999998, + "ops_per_sec": 12143121.991991458, + "gets_per_sec": 10123947.623293472, + "inserts_per_sec": 2019174.3686979858 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 50, "p95_ns": 160, - "p99_ns": 190, - "max_ns": 10770, - "mean_ns": 68 + "p99_ns": 191, + "max_ns": 230, + "mean_ns": 63 }, "eviction": { "total_evictions": 39020, @@ -5574,19 +5574,19 @@ "miss_rate": 0.1825807463154594 }, "throughput": { - "duration_ms": 18.524456, - "ops_per_sec": 13029262.505738359, - "gets_per_sec": 11017651.476512993, - "inserts_per_sec": 2011611.0292253655 + "duration_ms": 18.929306999999998, + "ops_per_sec": 12750598.846539918, + "gets_per_sec": 10782011.195655499, + "inserts_per_sec": 1968587.6508844197 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 171, + "p95_ns": 170, "p99_ns": 220, - "max_ns": 20327, - "mean_ns": 67 + "max_ns": 1714, + "mean_ns": 58 }, "eviction": { "total_evictions": 35578, @@ -5612,19 +5612,19 @@ "miss_rate": 0.09326983380370024 }, "throughput": { - "duration_ms": 9.511277, - "ops_per_sec": 23459731.01193457, - "gets_per_sec": 21458317.321638305, - "inserts_per_sec": 2001413.6902962662 + "duration_ms": 8.144502, + "ops_per_sec": 27396641.31705045, + "gets_per_sec": 25059359.062101036, + "inserts_per_sec": 2337282.254949413 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 50, - "p95_ns": 81, - "p99_ns": 120, - "max_ns": 7033, - "mean_ns": 61 + "p95_ns": 71, + "p99_ns": 91, + "max_ns": 130, + "mean_ns": 53 }, "eviction": { "total_evictions": 17115, @@ -5650,19 +5650,19 @@ "miss_rate": 0.09326983380370024 }, "throughput": { - "duration_ms": 4.803026999999999, - "ops_per_sec": 46456536.67988958, - "gets_per_sec": 42493202.72403216, - "inserts_per_sec": 3963333.9558574213 + "duration_ms": 4.75142, + "ops_per_sec": 46961118.991796136, + "gets_per_sec": 42954737.741559364, + "inserts_per_sec": 4006381.250236771 }, "latency": { "sample_count": 2000, - "min_ns": 20, + "min_ns": 29, "p50_ns": 40, "p95_ns": 60, "p99_ns": 80, - "max_ns": 101, - "mean_ns": 41 + "max_ns": 281, + "mean_ns": 43 }, "eviction": { "total_evictions": 17115, @@ -5688,19 +5688,19 @@ "miss_rate": 0.09346582000627157 }, "throughput": { - "duration_ms": 12.344961999999999, - "ops_per_sec": 18077981.933034707, - "gets_per_sec": 16532736.188252343, - "inserts_per_sec": 1545245.7447823656 + "duration_ms": 12.323066, + "ops_per_sec": 18110103.44341254, + "gets_per_sec": 16562112.05880095, + "inserts_per_sec": 1547991.3846115894 }, "latency": { "sample_count": 2000, "min_ns": 40, - "p50_ns": 61, + "p50_ns": 60, "p95_ns": 120, - "p99_ns": 150, - "max_ns": 190, - "mean_ns": 70 + "p99_ns": 141, + "max_ns": 361, + "mean_ns": 69 }, "eviction": { "total_evictions": 17155, @@ -5726,19 +5726,19 @@ "miss_rate": 0.09346582000627157 }, "throughput": { - "duration_ms": 16.255294, - "ops_per_sec": 13729188.779975312, - "gets_per_sec": 12555663.404180817, - "inserts_per_sec": 1173525.375794495 + "duration_ms": 16.074635, + "ops_per_sec": 13883487.867687197, + "gets_per_sec": 12696773.51927431, + "inserts_per_sec": 1186714.3484128877 }, "latency": { "sample_count": 2000, - "min_ns": 69, - "p50_ns": 90, - "p95_ns": 171, - "p99_ns": 211, - "max_ns": 431, - "mean_ns": 101 + "min_ns": 70, + "p50_ns": 91, + "p95_ns": 170, + "p99_ns": 200, + "max_ns": 270, + "mean_ns": 100 }, "eviction": { "total_evictions": 17155, @@ -5764,18 +5764,18 @@ "miss_rate": 0.09308364691125748 }, "throughput": { - "duration_ms": 15.008037999999999, - "ops_per_sec": 14864967.692645768, - "gets_per_sec": 13599112.68881382, - "inserts_per_sec": 1265855.0038319465 + "duration_ms": 15.256654, + "ops_per_sec": 14622734.44754007, + "gets_per_sec": 13377507.28305171, + "inserts_per_sec": 1245227.1644883603 }, "latency": { "sample_count": 2000, "min_ns": 60, "p50_ns": 71, "p95_ns": 231, - "p99_ns": 280, - "max_ns": 471, + "p99_ns": 270, + "max_ns": 612, "mean_ns": 89 }, "eviction": { @@ -5802,19 +5802,19 @@ "miss_rate": 0.6304484164314832 }, "throughput": { - "duration_ms": 21.110118, - "ops_per_sec": 15763436.282070994, - "gets_per_sec": 9668160.073761785, - "inserts_per_sec": 6095276.20830921 + "duration_ms": 20.130931, + "ops_per_sec": 16530184.321827937, + "gets_per_sec": 10138428.272393363, + "inserts_per_sec": 6391756.049434573 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 130, - "p95_ns": 171, - "p99_ns": 191, - "max_ns": 2134, - "mean_ns": 117 + "p50_ns": 121, + "p95_ns": 161, + "p99_ns": 190, + "max_ns": 2224, + "mean_ns": 111 }, "eviction": { "total_evictions": 126751, @@ -5840,19 +5840,19 @@ "miss_rate": 0.13902281279397932 }, "throughput": { - "duration_ms": 6.999523, - "ops_per_sec": 33212263.178505164, - "gets_per_sec": 29158558.37604934, - "inserts_per_sec": 4053704.802455825 + "duration_ms": 7.046860000000001, + "ops_per_sec": 32989161.129921693, + "gets_per_sec": 28962686.92722716, + "inserts_per_sec": 4026474.2026945334 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 131, - "p99_ns": 151, - "max_ns": 10570, - "mean_ns": 59 + "p95_ns": 140, + "p99_ns": 160, + "max_ns": 220, + "mean_ns": 54 }, "eviction": { "total_evictions": 26453, @@ -5878,10 +5878,10 @@ "miss_rate": 0.09318653966760737 }, "throughput": { - "duration_ms": 2.8280440000000002, - "ops_per_sec": 78893751.29948473, - "gets_per_sec": 72168608.40920438, - "inserts_per_sec": 6725142.890280349 + "duration_ms": 2.852997, + "ops_per_sec": 78203727.51881619, + "gets_per_sec": 71537404.35058291, + "inserts_per_sec": 6666323.168233265 }, "latency": { "sample_count": 2000, @@ -5889,7 +5889,7 @@ "p50_ns": 30, "p95_ns": 50, "p99_ns": 70, - "max_ns": 101, + "max_ns": 111, "mean_ns": 32 }, "eviction": { @@ -5916,10 +5916,10 @@ "miss_rate": 0.6220651066164942 }, "throughput": { - "duration_ms": 7.49679, - "ops_per_sec": 44159833.74217498, - "gets_per_sec": 27224452.06548403, - "inserts_per_sec": 16935381.67669096 + "duration_ms": 8.397442999999999, + "ops_per_sec": 39423548.334891945, + "gets_per_sec": 24304541.275242954, + "inserts_per_sec": 15119007.059648992 }, "latency": { "sample_count": 2000, @@ -5927,7 +5927,7 @@ "p50_ns": 50, "p95_ns": 80, "p99_ns": 90, - "max_ns": 120, + "max_ns": 121, "mean_ns": 54 }, "eviction": { @@ -5954,19 +5954,19 @@ "miss_rate": 0.09317184070241458 }, "throughput": { - "duration_ms": 4.526422, - "ops_per_sec": 49291029.426774606, - "gets_per_sec": 45089918.70400064, - "inserts_per_sec": 4201110.72277397 + "duration_ms": 4.43514, + "ops_per_sec": 50305514.59480423, + "gets_per_sec": 46017938.55436356, + "inserts_per_sec": 4287576.040440663 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, - "p95_ns": 141, + "p95_ns": 140, "p99_ns": 171, - "max_ns": 271, - "mean_ns": 40 + "max_ns": 211, + "mean_ns": 39 }, "eviction": { "total_evictions": 17095, @@ -5992,18 +5992,18 @@ "miss_rate": 0.13648969112574472 }, "throughput": { - "duration_ms": 3.602338, - "ops_per_sec": 64389571.43943739, - "gets_per_sec": 56656538.059449166, - "inserts_per_sec": 7733033.379988219 + "duration_ms": 3.618181, + "ops_per_sec": 64107627.56202634, + "gets_per_sec": 56408454.96673605, + "inserts_per_sec": 7699172.595290286 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, - "p95_ns": 80, + "p95_ns": 71, "p99_ns": 90, - "max_ns": 151, + "max_ns": 120, "mean_ns": 36 }, "eviction": { @@ -6030,18 +6030,18 @@ "miss_rate": 0.09327473345876447 }, "throughput": { - "duration_ms": 6.1907250000000005, - "ops_per_sec": 36043112.88257837, - "gets_per_sec": 32968028.78499691, - "inserts_per_sec": 3075084.0975814625 + "duration_ms": 6.343401999999999, + "ops_per_sec": 35175604.51000898, + "gets_per_sec": 32174533.475885656, + "inserts_per_sec": 3001071.0341233304 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, "p95_ns": 120, - "p99_ns": 151, - "max_ns": 200, + "p99_ns": 150, + "max_ns": 201, "mean_ns": 50 }, "eviction": { @@ -6068,18 +6068,18 @@ "miss_rate": 0.0933237300094073 }, "throughput": { - "duration_ms": 4.971621, - "ops_per_sec": 44883348.911753334, - "gets_per_sec": 41052204.10003096, - "inserts_per_sec": 3831144.811722374 + "duration_ms": 4.988741, + "ops_per_sec": 44729321.48612245, + "gets_per_sec": 40911324.11965264, + "inserts_per_sec": 3817997.366469817 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 31, "p95_ns": 110, - "p99_ns": 211, - "max_ns": 1092, + "p99_ns": 210, + "max_ns": 1132, "mean_ns": 43 }, "eviction": { @@ -6106,19 +6106,19 @@ "miss_rate": 0.09352461586704297 }, "throughput": { - "duration_ms": 5.656499, - "ops_per_sec": 39456207.80627735, - "gets_per_sec": 36081682.32682442, - "inserts_per_sec": 3374525.4794529267 + "duration_ms": 5.895979, + "ops_per_sec": 37853594.79740345, + "gets_per_sec": 34616134.148374684, + "inserts_per_sec": 3237460.64902877 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, "p95_ns": 110, - "p99_ns": 151, - "max_ns": 1392, - "mean_ns": 49 + "p99_ns": 150, + "max_ns": 1372, + "mean_ns": 50 }, "eviction": { "total_evictions": 17167, @@ -6144,19 +6144,19 @@ "miss_rate": 0.09348051897146437 }, "throughput": { - "duration_ms": 5.151938, - "ops_per_sec": 43318650.18561947, - "gets_per_sec": 39615383.570221536, - "inserts_per_sec": 3703266.615397934 + "duration_ms": 5.645523000000001, + "ops_per_sec": 39531324.20149559, + "gets_per_sec": 36151832.168605104, + "inserts_per_sec": 3379492.0328904865 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 61, + "p95_ns": 70, "p99_ns": 81, - "max_ns": 120, - "mean_ns": 43 + "max_ns": 140, + "mean_ns": 44 }, "eviction": { "total_evictions": 17158, @@ -6182,19 +6182,19 @@ "miss_rate": 0.0935001175917215 }, "throughput": { - "duration_ms": 5.69492, - "ops_per_sec": 39189136.985242985, - "gets_per_sec": 35838255.84907251, - "inserts_per_sec": 3350881.136170482 + "duration_ms": 5.051527999999999, + "ops_per_sec": 44180493.5061233, + "gets_per_sec": 40402824.65028404, + "inserts_per_sec": 3777668.855839263 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 69, + "p95_ns": 70, "p99_ns": 80, - "max_ns": 10590, - "mean_ns": 48 + "max_ns": 121, + "mean_ns": 44 }, "eviction": { "total_evictions": 17162, @@ -6220,19 +6220,19 @@ "miss_rate": 0.09611163374098464 }, "throughput": { - "duration_ms": 6.9506120000000005, - "ops_per_sec": 32185942.76302576, - "gets_per_sec": 29363745.235671334, - "inserts_per_sec": 2822197.5273544258 + "duration_ms": 7.3587299999999995, + "ops_per_sec": 30400897.98103749, + "gets_per_sec": 27735220.61551382, + "inserts_per_sec": 2665677.3655236703 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 41, + "p50_ns": 50, "p95_ns": 120, - "p99_ns": 170, - "max_ns": 280, - "mean_ns": 52 + "p99_ns": 160, + "max_ns": 231, + "mean_ns": 53 }, "eviction": { "total_evictions": 17695, @@ -6258,19 +6258,19 @@ "miss_rate": 0.09680248510504863 }, "throughput": { - "duration_ms": 5.311856000000001, - "ops_per_sec": 42142143.91353983, - "gets_per_sec": 38422728.326972716, - "inserts_per_sec": 3719415.5865671057 + "duration_ms": 5.359591, + "ops_per_sec": 41766806.45967201, + "gets_per_sec": 38080517.71114624, + "inserts_per_sec": 3686288.7485257736 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 31, + "p50_ns": 40, "p95_ns": 130, - "p99_ns": 201, - "max_ns": 521, - "mean_ns": 44 + "p99_ns": 210, + "max_ns": 431, + "mean_ns": 45 }, "eviction": { "total_evictions": 17836,