Skip to content

Instantly share code, notes, and snippets.

@zikaeroh
Created February 5, 2020 06:29
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 zikaeroh/351939ff3b3657f34092caa974733a96 to your computer and use it in GitHub Desktop.
Save zikaeroh/351939ff3b3657f34092caa974733a96 to your computer and use it in GitHub Desktop.
name old time/op new time/op delta
pkg:github.com/hortbot/hortbot/internal/birc/breq goos:linux goarch:amd64
Send-4 611ns ± 1% 607ns ± 1% ~ (p=0.053 n=10+9)
SendStop-4 283ns ± 1% 284ns ± 1% ~ (p=0.850 n=10+10)
pkg:github.com/hortbot/hortbot/internal/bot goos:linux goarch:amd64
HandleNop-4 371µs ± 1% 366µs ± 1% -1.20% (p=0.006 n=9+9)
HandleCustomCommand-4 396µs ±16% 367µs ± 2% -7.41% (p=0.002 n=10+9)
HandleMixed-4 370µs ± 1% 370µs ± 2% ~ (p=0.460 n=8+10)
pkg:github.com/hortbot/hortbot/internal/cbp goos:linux goarch:amd64
Parse/No_actions-4 66.6ns ± 1% 63.6ns ± 1% -4.54% (p=0.000 n=9+9)
Parse/Parens-4 69.7ns ± 1% 66.4ns ± 1% -4.69% (p=0.000 n=10+10)
Parse/Single_action-4 328ns ± 1% 330ns ± 1% +0.61% (p=0.043 n=9+8)
Parse/Nested-4 511ns ± 1% 505ns ± 1% -1.12% (p=0.000 n=10+10)
Parse/ASCII_art-4 1.02µs ± 1% 1.04µs ± 1% +2.39% (p=0.000 n=9+10)
pkg:github.com/hortbot/hortbot/internal/pkg/findlinks goos:linux goarch:amd64
Find-4 206µs ± 2% 197µs ± 1% -4.25% (p=0.000 n=10+10)
pkg:github.com/hortbot/hortbot/internal/pkg/linkmatch goos:linux goarch:amd64
HostAndPath/Wrong_domain-4 67.7ns ± 1% 55.5ns ± 2% -17.98% (p=0.000 n=10+10)
HostAndPath/Match_no_path-4 70.3ns ± 2% 55.2ns ± 4% -21.46% (p=0.000 n=10+10)
HostAndPath/Match_path_prefix-4 1.20µs ± 2% 1.21µs ± 0% ~ (p=0.366 n=10+9)
HostAndPath/Middle_glob-4 1.27µs ± 2% 1.25µs ± 1% -1.65% (p=0.003 n=10+8)
pkg:github.com/hortbot/hortbot/internal/pkg/recache goos:linux goarch:amd64
Compile-4 67.0ns ± 0% 69.8ns ± 7% +4.13% (p=0.000 n=8+10)
CompileNative-4 2.49µs ± 1% 2.51µs ± 0% +0.84% (p=0.000 n=9+10)
pkg:github.com/hortbot/hortbot/internal/pkg/stringsx goos:linux goarch:amd64
SplitByte/#00-4 7.10ns ± 4% 6.93ns ± 3% -2.49% (p=0.024 n=10+10)
SplitByte/foo-4 6.99ns ± 4% 6.77ns ± 3% ~ (p=0.254 n=10+10)
SplitByte/foo_bar-4 8.05ns ± 4% 7.72ns ± 4% -4.10% (p=0.004 n=10+10)
SplitByte/foo_bar_baz-4 8.23ns ± 4% 7.73ns ± 2% -6.08% (p=0.000 n=10+10)
SplitByte/foo__bar__baz-4 8.03ns ± 3% 7.73ns ± 2% -3.71% (p=0.017 n=10+10)
SplitByte/foo/bar_baz-4 7.86ns ± 1% 7.99ns ± 2% +1.69% (p=0.012 n=8+10)
Split/#00-4 10.3ns ± 3% 10.3ns ± 1% ~ (p=0.794 n=10+10)
Split/foo-4 5.11ns ± 1% 5.09ns ± 1% ~ (p=0.158 n=10+10)
Split/what-4 10.8ns ± 1% 10.6ns ± 2% -1.97% (p=0.000 n=8+10)
Split/foo__bar-4 11.8ns ± 2% 11.7ns ± 2% ~ (p=0.058 n=10+10)
Split/https://something.com-4 12.3ns ± 2% 12.1ns ± 2% -1.63% (p=0.015 n=10+10)
Split/huh_what-4 12.5ns ± 2% 12.1ns ± 2% -3.27% (p=0.000 n=10+10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment