Created
July 20, 2026 19:01
-
-
Save zmccoy/55b1a743193b27b64f8f0268279ec975 to your computer and use it in GitHub Desktop.
CMS using FlowStats - INCRBY Benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ via π v3.8.2 via βοΈ | |
| β― valkey-cli CMS.INITBYDIM sketchdim 1000 5 | |
| OK | |
| ~ via π v3.8.2 via βοΈ | |
| β― valkey-cli CMS.INCRBY sketchdim hello 1 | |
| 1) (integer) 1 | |
| ~ via π v3.8.2 via βοΈ | |
| β― valkey-benchmark -n 1000000 CMS.INCRBY sketchdim hello 1 | |
| ====== CMS.INCRBY sketchdim hello 1 ====== | |
| 1000000 requests completed in 7.98 seconds | |
| 50 parallel clients | |
| 54 bytes payload | |
| keep alive: 1 | |
| host configuration "save": 3600 1 300 100 60 10000 | |
| host configuration "appendonly": no | |
| multi-thread: no | |
| Latency by percentile distribution: | |
| 0.000% <= 0.087 milliseconds (cumulative count 1) | |
| 50.000% <= 0.255 milliseconds (cumulative count 522890) | |
| 75.000% <= 0.303 milliseconds (cumulative count 784960) | |
| 87.500% <= 0.335 milliseconds (cumulative count 875308) | |
| 93.750% <= 0.391 milliseconds (cumulative count 938504) | |
| 96.875% <= 0.455 milliseconds (cumulative count 969494) | |
| 98.438% <= 0.511 milliseconds (cumulative count 984385) | |
| 99.219% <= 0.559 milliseconds (cumulative count 993228) | |
| 99.609% <= 0.599 milliseconds (cumulative count 996396) | |
| 99.805% <= 0.743 milliseconds (cumulative count 998078) | |
| 99.902% <= 1.095 milliseconds (cumulative count 999044) | |
| 99.951% <= 1.207 milliseconds (cumulative count 999551) | |
| 99.976% <= 1.351 milliseconds (cumulative count 999756) | |
| 99.988% <= 1.711 milliseconds (cumulative count 999878) | |
| 99.994% <= 2.287 milliseconds (cumulative count 999939) | |
| 99.997% <= 3.855 milliseconds (cumulative count 999970) | |
| 99.998% <= 6.391 milliseconds (cumulative count 999988) | |
| 99.999% <= 6.399 milliseconds (cumulative count 999994) | |
| 100.000% <= 6.415 milliseconds (cumulative count 999998) | |
| 100.000% <= 6.423 milliseconds (cumulative count 999999) | |
| 100.000% <= 6.431 milliseconds (cumulative count 1000000) | |
| 100.000% <= 6.431 milliseconds (cumulative count 1000000) | |
| Cumulative distribution of latencies: | |
| 0.007% <= 0.103 milliseconds (cumulative count 68) | |
| 41.428% <= 0.207 milliseconds (cumulative count 414280) | |
| 78.496% <= 0.303 milliseconds (cumulative count 784960) | |
| 94.848% <= 0.407 milliseconds (cumulative count 948482) | |
| 98.250% <= 0.503 milliseconds (cumulative count 982501) | |
| 99.668% <= 0.607 milliseconds (cumulative count 996677) | |
| 99.789% <= 0.703 milliseconds (cumulative count 997886) | |
| 99.844% <= 0.807 milliseconds (cumulative count 998436) | |
| 99.873% <= 0.903 milliseconds (cumulative count 998731) | |
| 99.884% <= 1.007 milliseconds (cumulative count 998843) | |
| 99.907% <= 1.103 milliseconds (cumulative count 999072) | |
| 99.955% <= 1.207 milliseconds (cumulative count 999551) | |
| 99.973% <= 1.303 milliseconds (cumulative count 999729) | |
| 99.978% <= 1.407 milliseconds (cumulative count 999777) | |
| 99.981% <= 1.503 milliseconds (cumulative count 999811) | |
| 99.985% <= 1.607 milliseconds (cumulative count 999846) | |
| 99.988% <= 1.703 milliseconds (cumulative count 999876) | |
| 99.989% <= 1.807 milliseconds (cumulative count 999893) | |
| 99.992% <= 1.903 milliseconds (cumulative count 999915) | |
| 99.992% <= 2.007 milliseconds (cumulative count 999922) | |
| 99.993% <= 2.103 milliseconds (cumulative count 999929) | |
| 99.995% <= 3.103 milliseconds (cumulative count 999945) | |
| 99.997% <= 4.103 milliseconds (cumulative count 999971) | |
| 99.997% <= 6.103 milliseconds (cumulative count 999972) | |
| 100.000% <= 7.103 milliseconds (cumulative count 1000000) | |
| Summary: | |
| throughput summary: 125297.59 requests per second | |
| latency summary (msec): | |
| avg min p50 p95 p99 max | |
| 0.248 0.080 0.255 0.415 0.543 6.431 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust-Count-Min-Sketch Implementation INCRBY