Skip to content

Instantly share code, notes, and snippets.

@yuzefovich
Last active January 4, 2023 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuzefovich/d423c3f480069a97d4ea9b8b591e2e56 to your computer and use it in GitHub Desktop.
Save yuzefovich/d423c3f480069a97d4ea9b8b591e2e56 to your computer and use it in GitHub Desktop.
name old time/op new time/op delta
KV/Scan/Native/rows=1-24 34.8µs ± 4% 35.6µs ± 3% +2.31% (p=0.000 n=19+19)
KV/Scan/Native/rows=10-24 39.4µs ± 6% 39.8µs ± 4% ~ (p=0.369 n=20+20)
KV/Scan/Native/rows=100-24 62.9µs ± 4% 63.8µs ± 3% +1.35% (p=0.021 n=20+20)
KV/Scan/Native/rows=1000-24 277µs ± 3% 283µs ± 2% +2.29% (p=0.000 n=20+20)
KV/Scan/Native/rows=10000-24 2.25ms ± 3% 2.26ms ± 4% ~ (p=0.149 n=20+20)
KV/Scan/SQL/rows=1-24 399µs ± 3% 387µs ± 4% -2.90% (p=0.000 n=20+20)
KV/Scan/SQL/rows=10-24 409µs ± 3% 401µs ± 2% -2.02% (p=0.000 n=20+18)
KV/Scan/SQL/rows=100-24 493µs ± 4% 486µs ± 3% -1.52% (p=0.018 n=20+20)
KV/Scan/SQL/rows=1000-24 1.05ms ± 3% 1.04ms ± 2% ~ (p=0.149 n=19+20)
KV/Scan/SQL/rows=10000-24 5.64ms ± 5% 5.52ms ± 4% -2.02% (p=0.005 n=20+20)
name old alloc/op new alloc/op delta
KV/Scan/Native/rows=1-24 7.99kB ± 0% 8.11kB ± 0% +1.47% (p=0.000 n=19+19)
KV/Scan/Native/rows=10-24 9.40kB ± 1% 9.51kB ± 0% +1.24% (p=0.000 n=19+20)
KV/Scan/Native/rows=100-24 22.2kB ± 0% 22.3kB ± 0% +0.57% (p=0.000 n=18+18)
KV/Scan/Native/rows=1000-24 175kB ± 0% 175kB ± 0% +0.16% (p=0.000 n=20+20)
KV/Scan/Native/rows=10000-24 1.54MB ± 0% 1.54MB ± 0% ~ (p=0.687 n=19+20)
KV/Scan/SQL/rows=1-24 31.6kB ± 1% 31.5kB ± 1% ~ (p=0.054 n=20+19)
KV/Scan/SQL/rows=10-24 32.9kB ± 1% 33.0kB ± 1% ~ (p=0.312 n=20+19)
KV/Scan/SQL/rows=100-24 45.1kB ± 1% 45.0kB ± 1% ~ (p=0.683 n=20+20)
KV/Scan/SQL/rows=1000-24 259kB ± 1% 259kB ± 1% ~ (p=0.461 n=20+20)
KV/Scan/SQL/rows=10000-24 1.13MB ± 1% 1.13MB ± 0% ~ (p=0.224 n=20+19)
name old allocs/op new allocs/op delta
KV/Scan/Native/rows=1-24 58.3 ± 1% 60.0 ± 0% +2.89% (p=0.000 n=19+15)
KV/Scan/Native/rows=10-24 63.3 ± 1% 64.4 ± 1% +1.72% (p=0.000 n=19+20)
KV/Scan/Native/rows=100-24 71.4 ± 1% 72.7 ± 1% +1.87% (p=0.000 n=20+19)
KV/Scan/Native/rows=1000-24 115 ± 5% 119 ± 5% +3.66% (p=0.000 n=20+19)
KV/Scan/Native/rows=10000-24 482 ± 5% 485 ± 7% ~ (p=0.256 n=20+20)
KV/Scan/SQL/rows=1-24 355 ± 1% 353 ± 0% -0.51% (p=0.001 n=20+17)
KV/Scan/SQL/rows=10-24 383 ± 1% 383 ± 1% ~ (p=0.526 n=20+19)
KV/Scan/SQL/rows=100-24 677 ± 1% 675 ± 1% ~ (p=0.240 n=19+20)
KV/Scan/SQL/rows=1000-24 4.25k ± 0% 4.25k ± 0% ~ (p=0.129 n=20+20)
KV/Scan/SQL/rows=10000-24 41.1k ± 0% 41.0k ± 0% ~ (p=0.076 n=19+19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment