Created
December 30, 2022 00:59
-
-
Save yuzefovich/24d3238bc638cc1121fd345c68ca3d0b to your computer and use it in GitHub Desktop.
This file contains 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
name old time/op new time/op delta | |
KV/Scan/Native/rows=1-24 27.0µs ± 1% 27.0µs ± 2% ~ (p=0.684 n=10+10) | |
KV/Scan/Native/rows=10-24 29.5µs ± 1% 29.8µs ± 2% +1.20% (p=0.003 n=9+10) | |
KV/Scan/Native/rows=100-24 46.6µs ± 2% 46.6µs ± 2% ~ (p=0.912 n=10+10) | |
KV/Scan/Native/rows=1000-24 210µs ± 1% 209µs ± 1% ~ (p=0.497 n=10+9) | |
KV/Scan/Native/rows=10000-24 1.76ms ± 3% 1.77ms ± 5% ~ (p=1.000 n=10+10) | |
KV/Scan/SQL/rows=1-24 274µs ± 3% 275µs ± 2% ~ (p=0.297 n=9+9) | |
KV/Scan/SQL/rows=10-24 284µs ± 3% 285µs ± 2% ~ (p=0.529 n=10+10) | |
KV/Scan/SQL/rows=100-24 344µs ± 1% 346µs ± 3% ~ (p=0.393 n=10+10) | |
KV/Scan/SQL/rows=1000-24 790µs ± 1% 796µs ± 1% ~ (p=0.063 n=10+10) | |
KV/Scan/SQL/rows=10000-24 4.27ms ± 5% 4.38ms ± 4% +2.49% (p=0.008 n=9+10) | |
name old alloc/op new alloc/op delta | |
KV/Scan/Native/rows=1-24 7.87kB ± 0% 7.87kB ± 0% ~ (p=0.811 n=8+10) | |
KV/Scan/Native/rows=10-24 9.31kB ± 0% 9.30kB ± 0% ~ (p=0.343 n=9+10) | |
KV/Scan/Native/rows=100-24 22.0kB ± 0% 22.0kB ± 0% ~ (p=0.438 n=9+8) | |
KV/Scan/Native/rows=1000-24 174kB ± 0% 175kB ± 0% ~ (p=0.856 n=10+9) | |
KV/Scan/Native/rows=10000-24 1.53MB ± 0% 1.53MB ± 0% ~ (p=0.353 n=10+10) | |
KV/Scan/SQL/rows=1-24 30.4kB ± 1% 30.4kB ± 1% ~ (p=0.065 n=10+9) | |
KV/Scan/SQL/rows=10-24 31.7kB ± 1% 31.7kB ± 0% ~ (p=0.724 n=10+10) | |
KV/Scan/SQL/rows=100-24 43.6kB ± 0% 43.7kB ± 1% ~ (p=0.156 n=10+9) | |
KV/Scan/SQL/rows=1000-24 256kB ± 0% 256kB ± 0% ~ (p=0.247 n=10+10) | |
KV/Scan/SQL/rows=10000-24 1.11MB ± 0% 1.11MB ± 0% ~ (p=0.842 n=9+10) | |
name old allocs/op new allocs/op delta | |
KV/Scan/Native/rows=1-24 57.0 ± 0% 57.0 ± 0% ~ (all equal) | |
KV/Scan/Native/rows=10-24 62.0 ± 0% 62.0 ± 0% ~ (all equal) | |
KV/Scan/Native/rows=100-24 68.4 ± 1% 68.6 ± 1% ~ (p=0.828 n=9+10) | |
KV/Scan/Native/rows=1000-24 105 ± 4% 105 ± 3% ~ (p=0.617 n=10+9) | |
KV/Scan/Native/rows=10000-24 385 ± 2% 387 ± 3% ~ (p=0.382 n=10+10) | |
KV/Scan/SQL/rows=1-24 330 ± 1% 331 ± 1% ~ (p=0.230 n=10+9) | |
KV/Scan/SQL/rows=10-24 358 ± 1% 359 ± 0% +0.43% (p=0.011 n=9+10) | |
KV/Scan/SQL/rows=100-24 648 ± 0% 650 ± 1% ~ (p=0.148 n=7+9) | |
KV/Scan/SQL/rows=1000-24 4.19k ± 0% 4.20k ± 0% +0.18% (p=0.017 n=9+10) | |
KV/Scan/SQL/rows=10000-24 40.8k ± 0% 40.8k ± 0% ~ (p=0.920 n=9+10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment