diff --git a/docs/benchmarks/latest/index.md b/docs/benchmarks/latest/index.md index 5e8b4b9..cdfaa70 100644 --- a/docs/benchmarks/latest/index.md +++ b/docs/benchmarks/latest/index.md @@ -6,8 +6,8 @@ ## Environment -- **Date**: 2026-06-01T02:52:32.718192152+00:00 -- **Commit**: `976e2a6944594803046435554348d6c81f2d0b1e` +- **Date**: 2026-06-29T02:43:00.212824350+00:00 +- **Commit**: `42c0b7e2832ec71efa59352eaaf5c678a7af0a3c` - **Branch**: `main` - **Dirty**: false - **Rustc**: rustc 1.96.0 (ac68faa20 2026-05-25) @@ -48,47 +48,47 @@ | Policy | Uniform | HotSet 90/10 | Zipfian 1.0 | |--------|-------:|-------:|-------:| -| **2Q** | 34.04 | 49.01 | 14.89 | -| **ARC** | 17.31 | 34.70 | 12.58 | -| **CAR** | 15.35 | 45.09 | 13.04 | -| **Clock** | 21.39 | 36.71 | 12.71 | -| **Clock-Pro** | 15.39 | 48.03 | 13.27 | -| **FIFO** | 19.11 | 33.06 | 12.62 | -| **Fast-LRU** | 37.20 | 52.22 | 15.10 | -| **Heap-LFU** | 10.11 | 15.25 | 8.31 | -| **LFU** | 11.80 | 14.72 | 7.63 | -| **LIFO** | 57.38 | 80.25 | 16.78 | -| **LRU** | 31.17 | 29.53 | 12.72 | -| **LRU-K** | 18.91 | 18.95 | 10.24 | -| **MFU** | 16.43 | 16.80 | 10.94 | -| **MRU** | 37.75 | 45.44 | 18.31 | -| **NRU** | 0.75 | 50.58 | 10.96 | -| **Random** | 37.86 | 66.86 | 16.45 | -| **S3-FIFO** | 18.04 | 41.62 | 12.58 | -| **SLRU** | 33.59 | 47.16 | 14.56 | +| **2Q** | 31.50 | 41.48 | 14.34 | +| **ARC** | 16.56 | 32.65 | 12.19 | +| **CAR** | 14.38 | 37.19 | 12.71 | +| **Clock** | 20.42 | 34.89 | 12.55 | +| **Clock-Pro** | 14.86 | 44.52 | 13.01 | +| **FIFO** | 18.12 | 32.65 | 12.45 | +| **Fast-LRU** | 34.04 | 46.14 | 14.67 | +| **Heap-LFU** | 9.62 | 14.62 | 8.05 | +| **LFU** | 10.88 | 13.78 | 7.44 | +| **LIFO** | 54.31 | 78.41 | 16.94 | +| **LRU** | 29.30 | 27.02 | 12.36 | +| **LRU-K** | 18.43 | 17.92 | 9.92 | +| **MFU** | 15.99 | 16.52 | 10.88 | +| **MRU** | 35.88 | 44.35 | 17.96 | +| **NRU** | 0.68 | 50.22 | 10.68 | +| **Random** | 34.87 | 62.70 | 16.01 | +| **S3-FIFO** | 17.55 | 38.52 | 12.50 | +| **SLRU** | 31.51 | 42.53 | 14.28 | ## Latency P99 (nanoseconds) | Policy | Uniform | HotSet 90/10 | Zipfian 1.0 | |--------|-------:|-------:|-------:| -| **2Q** | 141 | 71 | 100 | -| **ARC** | 211 | 160 | 190 | -| **CAR** | 270 | 191 | 220 | -| **Clock** | 190 | 141 | 171 | -| **Clock-Pro** | 301 | 201 | 260 | -| **FIFO** | 220 | 160 | 190 | -| **Fast-LRU** | 130 | 71 | 100 | -| **Heap-LFU** | 350 | 271 | 320 | -| **LFU** | 340 | 190 | 230 | -| **LIFO** | 81 | 60 | 80 | -| **LRU** | 130 | 91 | 111 | -| **LRU-K** | 201 | 150 | 161 | -| **MFU** | 230 | 190 | 210 | -| **MRU** | 150 | 91 | 91 | -| **NRU** | 9788 | 170 | 511 | -| **Random** | 121 | 81 | 100 | -| **S3-FIFO** | 250 | 150 | 221 | -| **SLRU** | 141 | 70 | 91 | +| **2Q** | 160 | 90 | 110 | +| **ARC** | 271 | 160 | 210 | +| **CAR** | 321 | 201 | 240 | +| **Clock** | 210 | 161 | 181 | +| **Clock-Pro** | 330 | 211 | 301 | +| **FIFO** | 230 | 151 | 190 | +| **Fast-LRU** | 130 | 90 | 110 | +| **Heap-LFU** | 381 | 301 | 331 | +| **LFU** | 351 | 211 | 250 | +| **LIFO** | 90 | 60 | 81 | +| **LRU** | 140 | 110 | 121 | +| **LRU-K** | 201 | 160 | 181 | +| **MFU** | 241 | 191 | 220 | +| **MRU** | 140 | 91 | 100 | +| **NRU** | 11241 | 170 | 531 | +| **Random** | 150 | 91 | 111 | +| **S3-FIFO** | 251 | 161 | 230 | +| **SLRU** | 161 | 81 | 100 | ## Scan Resistance diff --git a/docs/benchmarks/latest/results.json b/docs/benchmarks/latest/results.json index b0f2360..cec774e 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-06-01T02:52:32.718192152+00:00", - "git_commit": "976e2a6944594803046435554348d6c81f2d0b1e", + "timestamp": "2026-06-29T02:43:00.212824350+00:00", + "git_commit": "42c0b7e2832ec71efa59352eaaf5c678a7af0a3c", "git_branch": "main", "git_dirty": false, "rustc_version": "rustc 1.96.0 (ac68faa20 2026-05-25)", @@ -4244,18 +4244,18 @@ "miss_rate": 0.7532974678582628 }, "throughput": { - "duration_ms": 11.481314, - "ops_per_sec": 31167251.41390611, - "gets_per_sec": 17776362.53132699, - "inserts_per_sec": 13390888.88257912 + "duration_ms": 12.212116, + "ops_per_sec": 29302129.131429803, + "gets_per_sec": 16712582.815295892, + "inserts_per_sec": 12589546.31613391 }, "latency": { "sample_count": 2000, "min_ns": 40, "p50_ns": 70, - "p95_ns": 100, - "p99_ns": 130, - "max_ns": 10519, + "p95_ns": 110, + "p99_ns": 140, + "max_ns": 592, "mean_ns": 76 }, "eviction": { @@ -4282,19 +4282,19 @@ "miss_rate": 0.7532974678582628 }, "throughput": { - "duration_ms": 9.61826, - "ops_per_sec": 37204338.414640486, - "gets_per_sec": 21219638.47930915, - "inserts_per_sec": 15984699.935331339 + "duration_ms": 10.512611, + "ops_per_sec": 34039212.52294031, + "gets_per_sec": 19414396.670817554, + "inserts_per_sec": 14624815.85212275 }, "latency": { "sample_count": 2000, - "min_ns": 29, - "p50_ns": 60, - "p95_ns": 91, + "min_ns": 30, + "p50_ns": 61, + "p95_ns": 100, "p99_ns": 130, - "max_ns": 220, - "mean_ns": 62 + "max_ns": 281, + "mean_ns": 67 }, "eviction": { "total_evictions": 150111, @@ -4320,19 +4320,19 @@ "miss_rate": 0.7539638209470053 }, "throughput": { - "duration_ms": 18.931141, - "ops_per_sec": 18909425.480482135, - "gets_per_sec": 10780966.662284117, - "inserts_per_sec": 8128458.818198016 + "duration_ms": 19.427839, + "ops_per_sec": 18425981.397107523, + "gets_per_sec": 10505337.212234465, + "inserts_per_sec": 7920644.184873058 }, "latency": { "sample_count": 2000, - "min_ns": 49, + "min_ns": 50, "p50_ns": 110, - "p95_ns": 161, + "p95_ns": 170, "p99_ns": 201, - "max_ns": 10720, - "mean_ns": 116 + "max_ns": 12434, + "mean_ns": 120 }, "eviction": { "total_evictions": 150247, @@ -4358,19 +4358,19 @@ "miss_rate": 0.7539589212919411 }, "throughput": { - "duration_ms": 30.326904, - "ops_per_sec": 11803908.503156142, - "gets_per_sec": 6729865.996212472, - "inserts_per_sec": 5074042.50694367 + "duration_ms": 32.913465, + "ops_per_sec": 10876278.143307, + "gets_per_sec": 6200987.954322037, + "inserts_per_sec": 4675290.188984964 }, "latency": { "sample_count": 2000, - "min_ns": 70, - "p50_ns": 171, - "p95_ns": 271, - "p99_ns": 340, - "max_ns": 2384, - "mean_ns": 176 + "min_ns": 80, + "p50_ns": 190, + "p95_ns": 291, + "p99_ns": 351, + "max_ns": 832, + "mean_ns": 187 }, "eviction": { "total_evictions": 150246, @@ -4396,19 +4396,19 @@ "miss_rate": 0.7535179523361555 }, "throughput": { - "duration_ms": 35.383812, - "ops_per_sec": 10114399.206055017, - "gets_per_sec": 5768061.3948548, - "inserts_per_sec": 4346337.811200217 + "duration_ms": 37.195456, + "ops_per_sec": 9621766.701825082, + "gets_per_sec": 5487121.867789442, + "inserts_per_sec": 4134644.834035641 }, "latency": { "sample_count": 2000, "min_ns": 60, - "p50_ns": 221, - "p95_ns": 281, - "p99_ns": 350, - "max_ns": 851, - "mean_ns": 199 + "p50_ns": 231, + "p95_ns": 300, + "p99_ns": 381, + "max_ns": 1022, + "mean_ns": 209 }, "eviction": { "total_evictions": 150156, @@ -4434,19 +4434,19 @@ "miss_rate": 0.7533807619943556 }, "throughput": { - "duration_ms": 21.786192999999997, - "ops_per_sec": 16425907.913328411, - "gets_per_sec": 9368135.130355267, - "inserts_per_sec": 7057772.782973143 + "duration_ms": 22.375346, + "ops_per_sec": 15993406.314253196, + "gets_per_sec": 9121467.887021724, + "inserts_per_sec": 6871938.427231471 }, "latency": { "sample_count": 2000, "min_ns": 50, "p50_ns": 130, - "p95_ns": 191, - "p99_ns": 230, - "max_ns": 851, - "mean_ns": 124 + "p95_ns": 200, + "p99_ns": 241, + "max_ns": 11672, + "mean_ns": 134 }, "eviction": { "total_evictions": 150128, @@ -4472,19 +4472,19 @@ "miss_rate": 0.7532680699278771 }, "throughput": { - "duration_ms": 18.720738, - "ops_per_sec": 19114363.974326227, - "gets_per_sec": 10902134.306884697, - "inserts_per_sec": 8212229.667441529 + "duration_ms": 19.744557999999998, + "ops_per_sec": 18123221.598579213, + "gets_per_sec": 10336822.936223743, + "inserts_per_sec": 7786398.6623554705 }, "latency": { "sample_count": 2000, "min_ns": 40, - "p50_ns": 121, - "p95_ns": 170, - "p99_ns": 220, - "max_ns": 742, - "mean_ns": 114 + "p50_ns": 130, + "p95_ns": 180, + "p99_ns": 230, + "max_ns": 10650, + "mean_ns": 125 }, "eviction": { "total_evictions": 150105, @@ -4510,19 +4510,19 @@ "miss_rate": 0.7523812323612418 }, "throughput": { - "duration_ms": 6.233530999999999, - "ops_per_sec": 57375827.600761116, - "gets_per_sec": 32741635.51925867, - "inserts_per_sec": 24634192.081502445 + "duration_ms": 6.585941, + "ops_per_sec": 54305679.32509569, + "gets_per_sec": 30989649.01143208, + "inserts_per_sec": 23316030.313663606 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 50, "p95_ns": 70, - "p99_ns": 81, - "max_ns": 180, - "mean_ns": 49 + "p99_ns": 90, + "max_ns": 952, + "mean_ns": 51 }, "eviction": { "total_evictions": 149924, @@ -4548,19 +4548,19 @@ "miss_rate": 0.7524008309814989 }, "throughput": { - "duration_ms": 9.474843, - "ops_per_sec": 37748171.65835888, - "gets_per_sec": 21540831.863915846, - "inserts_per_sec": 16207339.794443032 + "duration_ms": 9.967977, + "ops_per_sec": 35880700.768069595, + "gets_per_sec": 20475167.629299305, + "inserts_per_sec": 15405533.138770284 }, "latency": { "sample_count": 2000, - "min_ns": 30, + "min_ns": 40, "p50_ns": 60, - "p95_ns": 91, - "p99_ns": 150, - "max_ns": 451, - "mean_ns": 63 + "p95_ns": 100, + "p99_ns": 140, + "max_ns": 251, + "mean_ns": 67 }, "eviction": { "total_evictions": 149928, @@ -4586,19 +4586,19 @@ "miss_rate": 0.7525135230479774 }, "throughput": { - "duration_ms": 476.867486, - "ops_per_sec": 750063.7189594427, - "gets_per_sec": 427993.113374058, - "inserts_per_sec": 322070.60558538476 + "duration_ms": 523.991387, + "ops_per_sec": 682608.5482966154, + "gets_per_sec": 389502.5854690241, + "inserts_per_sec": 293105.9628275913 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 71, - "p95_ns": 9598, - "p99_ns": 9788, - "max_ns": 23564, - "mean_ns": 2413 + "p50_ns": 80, + "p95_ns": 10490, + "p99_ns": 11241, + "max_ns": 30297, + "mean_ns": 2624 }, "eviction": { "total_evictions": 149951, @@ -4624,19 +4624,19 @@ "miss_rate": 0.7531357792411414 }, "throughput": { - "duration_ms": 9.450126999999998, - "ops_per_sec": 37862771.579683535, - "gets_per_sec": 21597170.0697779, - "inserts_per_sec": 16265601.509905636 + "duration_ms": 10.261694, + "ops_per_sec": 34868317.06344001, + "gets_per_sec": 19889113.82467651, + "inserts_per_sec": 14979203.238763502 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 70, - "p95_ns": 100, - "p99_ns": 121, - "max_ns": 330, - "mean_ns": 65 + "p95_ns": 110, + "p99_ns": 150, + "max_ns": 501, + "mean_ns": 70 }, "eviction": { "total_evictions": 150078, @@ -4662,19 +4662,19 @@ "miss_rate": 0.7530573847601129 }, "throughput": { - "duration_ms": 16.725039, - "ops_per_sec": 21392595.85583029, - "gets_per_sec": 12203020.871879581, - "inserts_per_sec": 9189574.98395071 + "duration_ms": 17.518434, + "ops_per_sec": 20423743.355142362, + "gets_per_sec": 11650356.418844288, + "inserts_per_sec": 8773386.936298074 }, "latency": { "sample_count": 2000, - "min_ns": 30, - "p50_ns": 110, - "p95_ns": 150, - "p99_ns": 190, - "max_ns": 361, - "mean_ns": 103 + "min_ns": 40, + "p50_ns": 111, + "p95_ns": 160, + "p99_ns": 210, + "max_ns": 842, + "mean_ns": 109 }, "eviction": { "total_evictions": 150062, @@ -4700,19 +4700,19 @@ "miss_rate": 0.7520333568516776 }, "throughput": { - "duration_ms": 23.240996, - "ops_per_sec": 15385872.447118877, - "gets_per_sec": 8781723.468305748, - "inserts_per_sec": 6604148.978813129 + "duration_ms": 24.057679, + "ops_per_sec": 14863570.17233458, + "gets_per_sec": 8483611.407401355, + "inserts_per_sec": 6379958.764933226 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 140, - "p95_ns": 250, - "p99_ns": 301, - "max_ns": 592, - "mean_ns": 136 + "p50_ns": 150, + "p95_ns": 261, + "p99_ns": 330, + "max_ns": 1182, + "mean_ns": 146 }, "eviction": { "total_evictions": 149853, @@ -4738,19 +4738,19 @@ "miss_rate": 0.7522097444339919 }, "throughput": { - "duration_ms": 19.828954, - "ops_per_sec": 18035192.375755172, - "gets_per_sec": 10292827.347322507, - "inserts_per_sec": 7742365.028432665 + "duration_ms": 20.371464999999997, + "ops_per_sec": 17554898.481773403, + "gets_per_sec": 10018719.812247181, + "inserts_per_sec": 7536178.669526223 }, "latency": { "sample_count": 2000, - "min_ns": 40, - "p50_ns": 121, - "p95_ns": 191, - "p99_ns": 250, - "max_ns": 1413, - "mean_ns": 120 + "min_ns": 30, + "p50_ns": 130, + "p95_ns": 200, + "p99_ns": 251, + "max_ns": 691, + "mean_ns": 123 }, "eviction": { "total_evictions": 149889, @@ -4776,19 +4776,19 @@ "miss_rate": 0.7526066164941988 }, "throughput": { - "duration_ms": 10.648100000000001, - "ops_per_sec": 33592847.55026718, - "gets_per_sec": 19167363.1915553, - "inserts_per_sec": 14425484.358711882 + "duration_ms": 11.350581, + "ops_per_sec": 31513805.328555427, + "gets_per_sec": 17981105.989200022, + "inserts_per_sec": 13532699.339355404 }, "latency": { "sample_count": 2000, - "min_ns": 30, - "p50_ns": 60, + "min_ns": 40, + "p50_ns": 70, "p95_ns": 110, - "p99_ns": 141, - "max_ns": 231, - "mean_ns": 67 + "p99_ns": 161, + "max_ns": 521, + "mean_ns": 72 }, "eviction": { "total_evictions": 149970, @@ -4814,19 +4814,19 @@ "miss_rate": 0.7521362496080276 }, "throughput": { - "duration_ms": 10.503871, - "ops_per_sec": 34044972.56297226, - "gets_per_sec": 19430550.889286436, - "inserts_per_sec": 14614421.673685824 + "duration_ms": 11.352014, + "ops_per_sec": 31501370.59379948, + "gets_per_sec": 17978836.178320426, + "inserts_per_sec": 13522534.415479051 }, "latency": { "sample_count": 2000, "min_ns": 30, - "p50_ns": 60, - "p95_ns": 110, - "p99_ns": 141, - "max_ns": 10569, - "mean_ns": 72 + "p50_ns": 70, + "p95_ns": 111, + "p99_ns": 160, + "max_ns": 922, + "mean_ns": 71 }, "eviction": { "total_evictions": 149874, @@ -4852,19 +4852,19 @@ "miss_rate": 0.7533366650987771 }, "throughput": { - "duration_ms": 20.677868, - "ops_per_sec": 17305894.398784246, - "gets_per_sec": 9870263.220560264, - "inserts_per_sec": 7435631.178223983 + "duration_ms": 21.613266999999997, + "ops_per_sec": 16556913.862212501, + "gets_per_sec": 9443088.821324421, + "inserts_per_sec": 7113825.040888081 }, "latency": { "sample_count": 2000, "min_ns": 40, "p50_ns": 120, - "p95_ns": 180, - "p99_ns": 211, - "max_ns": 1783, - "mean_ns": 117 + "p95_ns": 191, + "p99_ns": 271, + "max_ns": 952, + "mean_ns": 122 }, "eviction": { "total_evictions": 150119, @@ -4890,19 +4890,19 @@ "miss_rate": 0.7529789902790843 }, "throughput": { - "duration_ms": 23.305856, - "ops_per_sec": 15351334.874805715, - "gets_per_sec": 8757284.00621715, - "inserts_per_sec": 6594050.868588564 + "duration_ms": 24.874479, + "ops_per_sec": 14383256.027191564, + "gets_per_sec": 8205036.173822977, + "inserts_per_sec": 6178219.853368587 }, "latency": { "sample_count": 2000, "min_ns": 30, - "p50_ns": 140, - "p95_ns": 220, - "p99_ns": 270, - "max_ns": 1242, - "mean_ns": 132 + "p50_ns": 151, + "p95_ns": 250, + "p99_ns": 321, + "max_ns": 1533, + "mean_ns": 146 }, "eviction": { "total_evictions": 150046, @@ -4928,19 +4928,19 @@ "miss_rate": 0.1981028535591094 }, "throughput": { - "duration_ms": 19.224027, - "ops_per_sec": 12719915.551512698, - "gets_per_sec": 10616714.177523782, - "inserts_per_sec": 2103201.373988915 + "duration_ms": 19.789302000000003, + "ops_per_sec": 12356575.284969626, + "gets_per_sec": 10313451.176802495, + "inserts_per_sec": 2043124.1081671298 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 50, - "p95_ns": 91, - "p99_ns": 111, - "max_ns": 240, - "mean_ns": 55 + "p95_ns": 100, + "p99_ns": 121, + "max_ns": 652, + "mean_ns": 57 }, "eviction": { "total_evictions": 38746, @@ -4966,19 +4966,19 @@ "miss_rate": 0.1981028535591094 }, "throughput": { - "duration_ms": 16.192646, - "ops_per_sec": 15101176.175901083, - "gets_per_sec": 12604240.221147303, - "inserts_per_sec": 2496935.954753781 + "duration_ms": 16.669514, + "ops_per_sec": 14669173.918327793, + "gets_per_sec": 12243668.291709045, + "inserts_per_sec": 2425505.6266187485 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 40, - "p95_ns": 80, - "p99_ns": 100, - "max_ns": 10389, - "mean_ns": 47 + "p95_ns": 81, + "p99_ns": 110, + "max_ns": 180, + "mean_ns": 46 }, "eviction": { "total_evictions": 38746, @@ -5004,19 +5004,19 @@ "miss_rate": 0.17395735340232044 }, "throughput": { - "duration_ms": 23.399862, - "ops_per_sec": 10239376.625383517, - "gets_per_sec": 8722102.720092965, - "inserts_per_sec": 1517273.9052905526 + "duration_ms": 24.152805999999998, + "ops_per_sec": 9920172.422202207, + "gets_per_sec": 8450198.291660191, + "inserts_per_sec": 1469974.1305420166 }, "latency": { "sample_count": 2000, "min_ns": 40, "p50_ns": 60, - "p95_ns": 140, - "p99_ns": 161, - "max_ns": 891, - "mean_ns": 71 + "p95_ns": 150, + "p99_ns": 181, + "max_ns": 681, + "mean_ns": 75 }, "eviction": { "total_evictions": 33818, @@ -5042,19 +5042,19 @@ "miss_rate": 0.17395735340232044 }, "throughput": { - "duration_ms": 31.415875000000003, - "ops_per_sec": 7626717.384125063, - "gets_per_sec": 6496588.110310472, - "inserts_per_sec": 1130129.273814592 + "duration_ms": 32.196580000000004, + "ops_per_sec": 7441784.189500872, + "gets_per_sec": 6339058.372038272, + "inserts_per_sec": 1102725.8174626 }, "latency": { "sample_count": 2000, - "min_ns": 69, - "p50_ns": 111, - "p95_ns": 191, - "p99_ns": 230, - "max_ns": 13264, - "mean_ns": 129 + "min_ns": 70, + "p50_ns": 120, + "p95_ns": 200, + "p99_ns": 250, + "max_ns": 10479, + "mean_ns": 133 }, "eviction": { "total_evictions": 33818, @@ -5080,19 +5080,19 @@ "miss_rate": 0.2518961665098777 }, "throughput": { - "duration_ms": 30.747889, - "ops_per_sec": 8309741.19881856, - "gets_per_sec": 6637723.975132082, - "inserts_per_sec": 1672017.223686478 + "duration_ms": 31.732226, + "ops_per_sec": 8051972.149700433, + "gets_per_sec": 6431821.076781691, + "inserts_per_sec": 1620151.072918742 }, "latency": { "sample_count": 2000, "min_ns": 60, "p50_ns": 80, - "p95_ns": 270, - "p99_ns": 320, - "max_ns": 972, - "mean_ns": 115 + "p95_ns": 280, + "p99_ns": 331, + "max_ns": 811, + "mean_ns": 118 }, "eviction": { "total_evictions": 49725, @@ -5118,19 +5118,19 @@ "miss_rate": 0.6813558325493885 }, "throughput": { - "duration_ms": 31.369639, - "ops_per_sec": 10939175.933774693, - "gets_per_sec": 6506163.491393701, - "inserts_per_sec": 4433012.442380992 + "duration_ms": 31.527745000000003, + "ops_per_sec": 10884317.923784273, + "gets_per_sec": 6473536.2456147745, + "inserts_per_sec": 4410781.678169497 }, "latency": { "sample_count": 2000, "min_ns": 30, "p50_ns": 130, - "p95_ns": 170, - "p99_ns": 210, - "max_ns": 551, - "mean_ns": 114 + "p95_ns": 171, + "p99_ns": 220, + "max_ns": 1132, + "mean_ns": 116 }, "eviction": { "total_evictions": 137376, @@ -5156,19 +5156,19 @@ "miss_rate": 0.23205746315459397 }, "throughput": { - "duration_ms": 19.932187, - "ops_per_sec": 12615675.33959018, - "gets_per_sec": 10239518.623821862, - "inserts_per_sec": 2376156.71576832 + "duration_ms": 20.196299, + "ops_per_sec": 12450697.03117388, + "gets_per_sec": 10105613.904805033, + "inserts_per_sec": 2345083.126368846 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 160, + "p95_ns": 170, "p99_ns": 190, - "max_ns": 612, - "mean_ns": 64 + "max_ns": 841, + "mean_ns": 66 }, "eviction": { "total_evictions": 45676, @@ -5194,18 +5194,18 @@ "miss_rate": 0.1973826042646598 }, "throughput": { - "duration_ms": 14.560884, - "ops_per_sec": 16783390.34910243, - "gets_per_sec": 14016731.401747312, - "inserts_per_sec": 2766658.9473551195 + "duration_ms": 14.430515, + "ops_per_sec": 16935015.83276827, + "gets_per_sec": 14143362.17383787, + "inserts_per_sec": 2791653.6589303985 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, "p95_ns": 70, - "p99_ns": 80, - "max_ns": 211, + "p99_ns": 81, + "max_ns": 400, "mean_ns": 37 }, "eviction": { @@ -5232,19 +5232,19 @@ "miss_rate": 0.6704247021009722 }, "throughput": { - "duration_ms": 18.622716, - "ops_per_sec": 18307050.37868805, - "gets_per_sec": 10959518.471956506, - "inserts_per_sec": 7347531.906731542 + "duration_ms": 18.985656, + "ops_per_sec": 17957082.968320925, + "gets_per_sec": 10750010.428925922, + "inserts_per_sec": 7207072.5393950045 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 50, - "p95_ns": 71, - "p99_ns": 91, - "max_ns": 301, - "mean_ns": 54 + "p50_ns": 60, + "p95_ns": 80, + "p99_ns": 100, + "max_ns": 170, + "mean_ns": 57 }, "eviction": { "total_evictions": 135145, @@ -5270,19 +5270,19 @@ "miss_rate": 0.19697593289432425 }, "throughput": { - "duration_ms": 22.286455, - "ops_per_sec": 10961725.406754911, - "gets_per_sec": 9157849.46506746, - "inserts_per_sec": 1803875.941687451 + "duration_ms": 22.871951000000003, + "ops_per_sec": 10681117.671159754, + "gets_per_sec": 8923418.907289544, + "inserts_per_sec": 1757698.7638702092 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, - "p95_ns": 471, - "p99_ns": 511, - "max_ns": 1042, - "mean_ns": 74 + "p95_ns": 491, + "p99_ns": 531, + "max_ns": 611, + "mean_ns": 75 }, "eviction": { "total_evictions": 38516, @@ -5308,19 +5308,19 @@ "miss_rate": 0.2300437049231734 }, "throughput": { - "duration_ms": 15.259968, - "ops_per_sec": 16451345.114223044, - "gets_per_sec": 13374602.096151184, - "inserts_per_sec": 3076743.0180718596 + "duration_ms": 15.680192, + "ops_per_sec": 16010454.463822894, + "gets_per_sec": 13016167.148973687, + "inserts_per_sec": 2994287.3148492062 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, - "p95_ns": 81, - "p99_ns": 100, - "max_ns": 10379, - "mean_ns": 45 + "p95_ns": 91, + "p99_ns": 111, + "max_ns": 772, + "mean_ns": 44 }, "eviction": { "total_evictions": 45265, @@ -5346,19 +5346,19 @@ "miss_rate": 0.19227716368767633 }, "throughput": { - "duration_ms": 19.140671, - "ops_per_sec": 12713190.671319725, - "gets_per_sec": 10662949.067981994, - "inserts_per_sec": 2050241.6033377303 + "duration_ms": 19.383436, + "ops_per_sec": 12553966.180196328, + "gets_per_sec": 10529402.526982317, + "inserts_per_sec": 2024563.6532140123 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 40, - "p95_ns": 150, - "p99_ns": 171, - "max_ns": 231, - "mean_ns": 59 + "p50_ns": 41, + "p95_ns": 151, + "p99_ns": 181, + "max_ns": 431, + "mean_ns": 61 }, "eviction": { "total_evictions": 37557, @@ -5384,19 +5384,19 @@ "miss_rate": 0.1843789197240514 }, "throughput": { - "duration_ms": 18.218542, - "ops_per_sec": 13268185.785668248, - "gets_per_sec": 11202652.76990881, - "inserts_per_sec": 2065533.0157594387 + "duration_ms": 18.581393000000002, + "ops_per_sec": 13009089.253964974, + "gets_per_sec": 10983891.250779744, + "inserts_per_sec": 2025198.0031852294 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 30, + "p50_ns": 40, "p95_ns": 170, - "p99_ns": 260, - "max_ns": 470, - "mean_ns": 53 + "p99_ns": 301, + "max_ns": 682, + "mean_ns": 56 }, "eviction": { "total_evictions": 35945, @@ -5422,19 +5422,19 @@ "miss_rate": 0.17470700062715583 }, "throughput": { - "duration_ms": 19.065041, - "ops_per_sec": 12575530.25980904, - "gets_per_sec": 10705248.417771563, - "inserts_per_sec": 1870281.8420374757 + "duration_ms": 19.175559, + "ops_per_sec": 12503051.41039174, + "gets_per_sec": 10643548.905145347, + "inserts_per_sec": 1859502.5052463922 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 150, - "p99_ns": 221, - "max_ns": 531, - "mean_ns": 56 + "p95_ns": 151, + "p99_ns": 230, + "max_ns": 10540, + "mean_ns": 64 }, "eviction": { "total_evictions": 33971, @@ -5460,19 +5460,19 @@ "miss_rate": 0.1739083568516776 }, "throughput": { - "duration_ms": 16.459704, - "ops_per_sec": 14556154.837292336, - "gets_per_sec": 12399736.95760264, - "inserts_per_sec": 2156417.879689696 + "duration_ms": 16.774418, + "ops_per_sec": 14283058.881685195, + "gets_per_sec": 12167098.73332118, + "inserts_per_sec": 2115960.148364015 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 80, - "p99_ns": 91, - "max_ns": 1212, - "mean_ns": 43 + "p95_ns": 81, + "p99_ns": 100, + "max_ns": 341, + "mean_ns": 47 }, "eviction": { "total_evictions": 33808, @@ -5498,19 +5498,19 @@ "miss_rate": 0.17590251646284105 }, "throughput": { - "duration_ms": 16.11402, - "ops_per_sec": 14893676.438281694, - "gets_per_sec": 12665740.764874315, - "inserts_per_sec": 2227935.6734073805 + "duration_ms": 16.731659, + "ops_per_sec": 14343885.444951992, + "gets_per_sec": 12198192.659795422, + "inserts_per_sec": 2145692.785156571 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 80, - "p99_ns": 100, - "max_ns": 1513, - "mean_ns": 43 + "p95_ns": 90, + "p99_ns": 110, + "max_ns": 291, + "mean_ns": 47 }, "eviction": { "total_evictions": 34215, @@ -5536,19 +5536,19 @@ "miss_rate": 0.19944535904672311 }, "throughput": { - "duration_ms": 19.453975, - "ops_per_sec": 12583649.357008016, - "gets_per_sec": 10491223.516016651, - "inserts_per_sec": 2092425.8409913657 + "duration_ms": 20.080754, + "ops_per_sec": 12190876.896355586, + "gets_per_sec": 10163761.77906467, + "inserts_per_sec": 2027115.1172909145 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 40, + "p50_ns": 49, "p95_ns": 160, - "p99_ns": 190, - "max_ns": 211, - "mean_ns": 58 + "p99_ns": 210, + "max_ns": 1493, + "mean_ns": 64 }, "eviction": { "total_evictions": 39020, @@ -5574,19 +5574,19 @@ "miss_rate": 0.1825807463154594 }, "throughput": { - "duration_ms": 18.509114, - "ops_per_sec": 13040062.317407522, - "gets_per_sec": 11026783.88603582, - "inserts_per_sec": 2013278.4313717014 + "duration_ms": 18.98271, + "ops_per_sec": 12714728.297487555, + "gets_per_sec": 10751678.764517816, + "inserts_per_sec": 1963049.5329697393 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 31, - "p95_ns": 170, - "p99_ns": 220, - "max_ns": 1803, - "mean_ns": 54 + "p50_ns": 40, + "p95_ns": 181, + "p99_ns": 240, + "max_ns": 1853, + "mean_ns": 59 }, "eviction": { "total_evictions": 35578, @@ -5612,19 +5612,19 @@ "miss_rate": 0.09326983380370024 }, "throughput": { - "duration_ms": 7.555806, - "ops_per_sec": 29531197.598244317, - "gets_per_sec": 27011810.520280696, - "inserts_per_sec": 2519387.077963622 + "duration_ms": 8.257804, + "ops_per_sec": 27020743.045003247, + "gets_per_sec": 24715529.697725933, + "inserts_per_sec": 2305213.347277315 }, "latency": { "sample_count": 2000, - "min_ns": 29, + "min_ns": 30, "p50_ns": 50, - "p95_ns": 71, - "p99_ns": 91, - "max_ns": 310, - "mean_ns": 50 + "p95_ns": 80, + "p99_ns": 110, + "max_ns": 521, + "mean_ns": 54 }, "eviction": { "total_evictions": 17115, @@ -5650,19 +5650,19 @@ "miss_rate": 0.09326983380370024 }, "throughput": { - "duration_ms": 4.273115, - "ops_per_sec": 52217644.50523798, - "gets_per_sec": 47762814.71479237, - "inserts_per_sec": 4454829.790445612 + "duration_ms": 4.836294, + "ops_per_sec": 46136980.0926081, + "gets_per_sec": 42200908.381500386, + "inserts_per_sec": 3936071.71110772 }, "latency": { "sample_count": 2000, - "min_ns": 20, + "min_ns": 29, "p50_ns": 40, - "p95_ns": 60, - "p99_ns": 71, - "max_ns": 461, - "mean_ns": 38 + "p95_ns": 61, + "p99_ns": 90, + "max_ns": 161, + "mean_ns": 42 }, "eviction": { "total_evictions": 17115, @@ -5688,19 +5688,19 @@ "miss_rate": 0.09346582000627157 }, "throughput": { - "duration_ms": 11.779869999999999, - "ops_per_sec": 18945200.58370763, - "gets_per_sec": 17325827.8741616, - "inserts_per_sec": 1619372.7095460307 + "duration_ms": 12.45616, + "ops_per_sec": 17916597.089311633, + "gets_per_sec": 16385145.983995067, + "inserts_per_sec": 1531451.105316566 }, "latency": { "sample_count": 2000, "min_ns": 40, - "p50_ns": 60, - "p95_ns": 120, - "p99_ns": 150, - "max_ns": 251, - "mean_ns": 65 + "p50_ns": 61, + "p95_ns": 121, + "p99_ns": 160, + "max_ns": 621, + "mean_ns": 71 }, "eviction": { "total_evictions": 17155, @@ -5726,19 +5726,19 @@ "miss_rate": 0.09346582000627157 }, "throughput": { - "duration_ms": 15.158187, - "ops_per_sec": 14722868.902461752, - "gets_per_sec": 13464407.056068117, - "inserts_per_sec": 1258461.8463936353 + "duration_ms": 16.196742999999998, + "ops_per_sec": 13778819.60589237, + "gets_per_sec": 12601051.952235088, + "inserts_per_sec": 1177767.6536572815 }, "latency": { "sample_count": 2000, - "min_ns": 60, + "min_ns": 69, "p50_ns": 90, - "p95_ns": 161, - "p99_ns": 190, - "max_ns": 231, - "mean_ns": 94 + "p95_ns": 171, + "p99_ns": 211, + "max_ns": 791, + "mean_ns": 101 }, "eviction": { "total_evictions": 17155, @@ -5764,19 +5764,19 @@ "miss_rate": 0.09308364691125748 }, "throughput": { - "duration_ms": 14.629141, - "ops_per_sec": 15249972.640225423, - "gets_per_sec": 13951331.79726684, - "inserts_per_sec": 1298640.8429585851 + "duration_ms": 15.258557000000001, + "ops_per_sec": 14620910.745360782, + "gets_per_sec": 13375838.881750088, + "inserts_per_sec": 1245071.863610694 }, "latency": { "sample_count": 2000, "min_ns": 60, - "p50_ns": 70, - "p95_ns": 230, - "p99_ns": 271, - "max_ns": 441, - "mean_ns": 86 + "p50_ns": 71, + "p95_ns": 240, + "p99_ns": 301, + "max_ns": 10279, + "mean_ns": 94 }, "eviction": { "total_evictions": 17077, @@ -5802,19 +5802,19 @@ "miss_rate": 0.6304484164314832 }, "throughput": { - "duration_ms": 19.809898999999998, - "ops_per_sec": 16798066.46162103, - "gets_per_sec": 10302727.94424646, - "inserts_per_sec": 6495338.517374571 + "duration_ms": 20.141316999999997, + "ops_per_sec": 16521660.425681202, + "gets_per_sec": 10133200.32647319, + "inserts_per_sec": 6388460.099208011 }, "latency": { "sample_count": 2000, - "min_ns": 30, + "min_ns": 40, "p50_ns": 121, - "p95_ns": 161, - "p99_ns": 190, - "max_ns": 10449, - "mean_ns": 115 + "p95_ns": 170, + "p99_ns": 191, + "max_ns": 2083, + "mean_ns": 112 }, "eviction": { "total_evictions": 126751, @@ -5840,19 +5840,19 @@ "miss_rate": 0.13902281279397932 }, "throughput": { - "duration_ms": 7.031077, - "ops_per_sec": 33063213.501999766, - "gets_per_sec": 29027700.877120245, - "inserts_per_sec": 4035512.624879517 + "duration_ms": 7.119324, + "ops_per_sec": 32653381.135624677, + "gets_per_sec": 28667890.378356148, + "inserts_per_sec": 3985490.7572685275 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 131, - "p99_ns": 160, - "max_ns": 241, - "mean_ns": 53 + "p95_ns": 140, + "p99_ns": 151, + "max_ns": 11371, + "mean_ns": 60 }, "eviction": { "total_evictions": 26453, @@ -5878,10 +5878,10 @@ "miss_rate": 0.09318653966760737 }, "throughput": { - "duration_ms": 2.7803329999999997, - "ops_per_sec": 80247581.85440378, - "gets_per_sec": 73407034.33725385, - "inserts_per_sec": 6840547.517149924 + "duration_ms": 2.845527, + "ops_per_sec": 78409025.81490177, + "gets_per_sec": 71725202.39660351, + "inserts_per_sec": 6683823.418298262 }, "latency": { "sample_count": 2000, @@ -5889,8 +5889,8 @@ "p50_ns": 30, "p95_ns": 50, "p99_ns": 60, - "max_ns": 221, - "mean_ns": 32 + "max_ns": 10329, + "mean_ns": 37 }, "eviction": { "total_evictions": 17098, @@ -5916,19 +5916,19 @@ "miss_rate": 0.6220651066164942 }, "throughput": { - "duration_ms": 7.2858920000000005, - "ops_per_sec": 45438087.745467536, - "gets_per_sec": 28012493.185460337, - "inserts_per_sec": 17425594.560007203 + "duration_ms": 7.4645459999999995, + "ops_per_sec": 44350587.43023353, + "gets_per_sec": 27342051.345118646, + "inserts_per_sec": 17008536.08511489 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 50, - "p95_ns": 70, + "p95_ns": 71, "p99_ns": 91, - "max_ns": 1122, - "mean_ns": 52 + "max_ns": 181, + "mean_ns": 54 }, "eviction": { "total_evictions": 125040, @@ -5954,10 +5954,10 @@ "miss_rate": 0.09317184070241458 }, "throughput": { - "duration_ms": 4.411123, - "ops_per_sec": 50579410.277156174, - "gets_per_sec": 46268489.90608513, - "inserts_per_sec": 4310920.37107104 + "duration_ms": 4.442832, + "ops_per_sec": 50218419.242501184, + "gets_per_sec": 45938266.403051026, + "inserts_per_sec": 4280152.839450153 }, "latency": { "sample_count": 2000, @@ -5965,7 +5965,7 @@ "p50_ns": 30, "p95_ns": 140, "p99_ns": 170, - "max_ns": 261, + "max_ns": 221, "mean_ns": 39 }, "eviction": { @@ -5992,19 +5992,19 @@ "miss_rate": 0.13648969112574472 }, "throughput": { - "duration_ms": 3.4689870000000003, - "ops_per_sec": 66864764.843454294, - "gets_per_sec": 58834466.66130487, - "inserts_per_sec": 8030298.182149428 + "duration_ms": 3.6995869999999997, + "ops_per_sec": 62696998.34062559, + "gets_per_sec": 55167238.9377517, + "inserts_per_sec": 7529759.402873889 }, "latency": { "sample_count": 2000, "min_ns": 20, "p50_ns": 30, - "p95_ns": 70, - "p99_ns": 81, - "max_ns": 110, - "mean_ns": 35 + "p95_ns": 80, + "p99_ns": 91, + "max_ns": 250, + "mean_ns": 36 }, "eviction": { "total_evictions": 25936, @@ -6030,19 +6030,19 @@ "miss_rate": 0.09327473345876447 }, "throughput": { - "duration_ms": 6.07771, - "ops_per_sec": 36713334.46314484, - "gets_per_sec": 33581069.18559787, - "inserts_per_sec": 3132265.2775469706 + "duration_ms": 6.395116, + "ops_per_sec": 34891157.564616494, + "gets_per_sec": 31914354.64188609, + "inserts_per_sec": 2976802.9227304086 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 110, - "p99_ns": 141, - "max_ns": 391, - "mean_ns": 48 + "p95_ns": 120, + "p99_ns": 161, + "max_ns": 10380, + "mean_ns": 56 }, "eviction": { "total_evictions": 17116, @@ -6068,19 +6068,19 @@ "miss_rate": 0.0933237300094073 }, "throughput": { - "duration_ms": 4.6462710000000005, - "ops_per_sec": 48026255.89424293, - "gets_per_sec": 43926839.394430496, - "inserts_per_sec": 4099416.49981243 + "duration_ms": 5.012391, + "ops_per_sec": 44518274.81136248, + "gets_per_sec": 40718291.9289417, + "inserts_per_sec": 3799982.882420785 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 30, - "p95_ns": 101, - "p99_ns": 201, + "p50_ns": 31, + "p95_ns": 110, + "p99_ns": 211, "max_ns": 1082, - "mean_ns": 41 + "mean_ns": 44 }, "eviction": { "total_evictions": 17126, @@ -6106,19 +6106,19 @@ "miss_rate": 0.09352461586704297 }, "throughput": { - "duration_ms": 5.362557, - "ops_per_sec": 41618951.556132644, - "gets_per_sec": 38059455.591800705, - "inserts_per_sec": 3559495.964331941 + "duration_ms": 5.793856, + "ops_per_sec": 38520805.48774426, + "gets_per_sec": 35226281.0812005, + "inserts_per_sec": 3294524.4065437596 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 110, - "p99_ns": 150, - "max_ns": 1433, - "mean_ns": 46 + "p95_ns": 111, + "p99_ns": 161, + "max_ns": 1343, + "mean_ns": 50 }, "eviction": { "total_evictions": 17167, @@ -6144,19 +6144,19 @@ "miss_rate": 0.09348051897146437 }, "throughput": { - "duration_ms": 4.732412, - "ops_per_sec": 47158827.25341749, - "gets_per_sec": 43127267.87101377, - "inserts_per_sec": 4031559.38240373 + "duration_ms": 5.247248000000001, + "ops_per_sec": 42531818.58376048, + "gets_per_sec": 38895817.388467245, + "inserts_per_sec": 3636001.1952932277 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 60, - "p99_ns": 70, - "max_ns": 131, - "mean_ns": 38 + "p95_ns": 70, + "p99_ns": 81, + "max_ns": 140, + "mean_ns": 43 }, "eviction": { "total_evictions": 17158, @@ -6182,19 +6182,19 @@ "miss_rate": 0.0935001175917215 }, "throughput": { - "duration_ms": 4.553459, - "ops_per_sec": 49013068.96581258, - "gets_per_sec": 44822189.021576785, - "inserts_per_sec": 4190879.9442357994 + "duration_ms": 5.3800360000000005, + "ops_per_sec": 41482807.921731375, + "gets_per_sec": 37935805.634014346, + "inserts_per_sec": 3547002.2877170336 }, "latency": { "sample_count": 2000, "min_ns": 29, "p50_ns": 40, - "p95_ns": 60, - "p99_ns": 71, - "max_ns": 622, - "mean_ns": 38 + "p95_ns": 70, + "p99_ns": 90, + "max_ns": 11592, + "mean_ns": 49 }, "eviction": { "total_evictions": 17162, @@ -6220,19 +6220,19 @@ "miss_rate": 0.09611163374098464 }, "throughput": { - "duration_ms": 6.4477400000000005, - "ops_per_sec": 34696188.12172947, - "gets_per_sec": 31653881.8252597, - "inserts_per_sec": 3042306.296469771 + "duration_ms": 6.852658, + "ops_per_sec": 32646018.5230315, + "gets_per_sec": 29783479.636660695, + "inserts_per_sec": 2862538.8863708065 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 40, - "p95_ns": 120, + "p50_ns": 49, + "p95_ns": 121, "p99_ns": 160, - "max_ns": 250, - "mean_ns": 46 + "max_ns": 10239, + "mean_ns": 58 }, "eviction": { "total_evictions": 17695, @@ -6258,19 +6258,19 @@ "miss_rate": 0.09680248510504863 }, "throughput": { - "duration_ms": 4.965116, - "ops_per_sec": 45085150.07504356, - "gets_per_sec": 41105988.25888459, - "inserts_per_sec": 3979161.816158978 + "duration_ms": 6.0185450000000005, + "ops_per_sec": 37193873.27003454, + "gets_per_sec": 33911186.17539621, + "inserts_per_sec": 3282687.094638322 }, "latency": { "sample_count": 2000, "min_ns": 29, - "p50_ns": 30, - "p95_ns": 130, - "p99_ns": 191, - "max_ns": 652, - "mean_ns": 42 + "p50_ns": 40, + "p95_ns": 140, + "p99_ns": 201, + "max_ns": 712, + "mean_ns": 45 }, "eviction": { "total_evictions": 17836,