Commit e29f672
committed
Add memtier benchmark for HyperLogLog PFMERGE
Pre-loads 3 HyperLogLog keys with 10K random elements each using PFADD (dense).
Benchmarks PFMERGE performance.
Useful for evaluating different HyperLogLog dense implementations (scalar, AVX, and NEON SIMD).1 parent b2ef6a0 commit e29f672
File tree
1 file changed
+34
-0
lines changed- redis_benchmarks_specification/test-suites
1 file changed
+34
-0
lines changedLines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments