Skip to content

Commit 74ff81e

Browse files
committed
update benchmarks
1 parent a74fc43 commit 74ff81e

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

README.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,49 @@
77
## Benchmarks
88

99
```
10-
benchmark iter time/iter bytes alloc allocs
11-
--------- ---- --------- ----------- ------
12-
BenchmarkParseSimple/github.com/jakebailey/irc-4 10000000 211.00 ns/op 32 B/op 1 allocs/op
13-
BenchmarkParseSimple/github.com/jakebailey/ircold-4 5000000 463.00 ns/op 144 B/op 3 allocs/op
14-
BenchmarkParseSimple/github.com/fluffle/goirc/client-4 2000000 875.00 ns/op 288 B/op 4 allocs/op
15-
BenchmarkParseSimple/github.com/sorcix/irc-4 2000000 522.00 ns/op 144 B/op 3 allocs/op
16-
BenchmarkParseSimple/github.com/thoj/go-ircevent-4 2000000 719.00 ns/op 256 B/op 4 allocs/op
17-
BenchmarkParseSimple/github.com/goshuirc/irc-go/ircmsg-4 1000000 1453.00 ns/op 336 B/op 11 allocs/op
18-
BenchmarkParseSimple/github.com/gempir/go-twitch-irc-4 5000000 290.00 ns/op 400 B/op 3 allocs/op
19-
20-
BenchmarkParseTwitch/github.com/jakebailey/irc-4 1000000 2075.00 ns/op 1234 B/op 3 allocs/op
21-
BenchmarkParseTwitch/github.com/jakebailey/ircold-4 200000 11336.00 ns/op 4015 B/op 64 allocs/op
22-
BenchmarkParseTwitch/github.com/fluffle/goirc/client-4 100000 10194.00 ns/op 4159 B/op 65 allocs/op
23-
BenchmarkParseTwitch/github.com/sorcix/irc-4 100000 14172.00 ns/op 4015 B/op 64 allocs/op
24-
BenchmarkParseTwitch/github.com/thoj/go-ircevent-4 200000 8405.00 ns/op 3070 B/op 23 allocs/op
25-
BenchmarkParseTwitch/github.com/goshuirc/irc-go/ircmsg-4 100000 17741.00 ns/op 5872 B/op 155 allocs/op
26-
BenchmarkParseTwitch/github.com/gempir/go-twitch-irc-4 200000 8149.00 ns/op 2601 B/op 34 allocs/op
27-
28-
BenchmarkParseEscaping/github.com/jakebailey/irc-4 300000 5241.00 ns/op 1553 B/op 9 allocs/op
29-
BenchmarkParseEscaping/github.com/jakebailey/ircold-4 100000 17275.00 ns/op 4877 B/op 84 allocs/op
30-
BenchmarkParseEscaping/github.com/fluffle/goirc/client-4 100000 14837.00 ns/op 4958 B/op 84 allocs/op
31-
BenchmarkParseEscaping/github.com/sorcix/irc-4 200000 13968.00 ns/op 4878 B/op 84 allocs/op
32-
BenchmarkParseEscaping/github.com/thoj/go-ircevent-4 100000 16110.00 ns/op 3549 B/op 31 allocs/op
33-
BenchmarkParseEscaping/github.com/goshuirc/irc-go/ircmsg-4 50000 24557.00 ns/op 10231 B/op 246 allocs/op
34-
BenchmarkParseEscaping/github.com/gempir/go-twitch-irc-4 200000 13643.00 ns/op 3629 B/op 30 allocs/op
35-
36-
BenchmarkEncodeSimple/github.com/jakebailey/irc-4 10000000 265.00 ns/op 48 B/op 1 allocs/op
37-
BenchmarkEncodeSimple/github.com/jakebailey/irc_WriteTo-4 10000000 125.00 ns/op 0 B/op 0 allocs/op
38-
BenchmarkEncodeSimple/github.com/jakebailey/ircold-4 10000000 362.00 ns/op 112 B/op 1 allocs/op
39-
BenchmarkEncodeSimple/github.com/sorcix/irc-4 5000000 242.00 ns/op 112 B/op 1 allocs/op
40-
BenchmarkEncodeSimple/github.com/goshuirc/irc-go/ircmsg-4 5000000 442.00 ns/op 112 B/op 1 allocs/op
41-
42-
BenchmarkEncodeTwitch/github.com/jakebailey/irc-4 1000000 1827.00 ns/op 352 B/op 1 allocs/op
43-
BenchmarkEncodeTwitch/github.com/jakebailey/irc_WriteTo-4 2000000 942.00 ns/op 0 B/op 0 allocs/op
44-
BenchmarkEncodeTwitch/github.com/jakebailey/ircold-4 1000000 1881.00 ns/op 1145 B/op 3 allocs/op
45-
BenchmarkEncodeTwitch/github.com/sorcix/irc-4 1000000 2132.00 ns/op 1219 B/op 4 allocs/op
46-
BenchmarkEncodeTwitch/github.com/goshuirc/irc-go/ircmsg-4 1000000 3050.00 ns/op 1227 B/op 4 allocs/op
47-
48-
BenchmarkEncodeEscaping/github.com/jakebailey/irc-4 500000 2269.00 ns/op 480 B/op 1 allocs/op
49-
BenchmarkEncodeEscaping/github.com/jakebailey/irc_WriteTo-4 1000000 1584.00 ns/op 0 B/op 0 allocs/op
50-
BenchmarkEncodeEscaping/github.com/jakebailey/ircold-4 1000000 2137.00 ns/op 1355 B/op 4 allocs/op
51-
BenchmarkEncodeEscaping/github.com/sorcix/irc-4 500000 2936.00 ns/op 1398 B/op 4 allocs/op
52-
BenchmarkEncodeEscaping/github.com/goshuirc/irc-go/ircmsg-4 300000 4013.00 ns/op 1656 B/op 8 allocs/op
10+
benchmark iter time/iter bytes alloc allocs
11+
--------- ---- --------- ----------- ------
12+
BenchmarkParseSimple/jakebailey/irc-4 10000000 130.00 ns/op 32 B/op 1 allocs/op
13+
BenchmarkParseSimple/jakebailey/ircold-4 10000000 223.00 ns/op 144 B/op 3 allocs/op
14+
BenchmarkParseSimple/fluffle/goirc/client-4 5000000 367.00 ns/op 288 B/op 4 allocs/op
15+
BenchmarkParseSimple/sorcix/irc-4 10000000 223.00 ns/op 144 B/op 3 allocs/op
16+
BenchmarkParseSimple/thoj/go-ircevent-4 5000000 356.00 ns/op 256 B/op 4 allocs/op
17+
BenchmarkParseSimple/goshuirc/irc-go/ircmsg-4 2000000 659.00 ns/op 336 B/op 11 allocs/op
18+
BenchmarkParseSimple/gempir/go-twitch-irc-4 10000000 192.00 ns/op 400 B/op 3 allocs/op
19+
20+
BenchmarkParseTwitch/jakebailey/irc-4 1000000 1364.00 ns/op 1234 B/op 3 allocs/op
21+
BenchmarkParseTwitch/jakebailey/ircold-4 300000 5689.00 ns/op 4015 B/op 64 allocs/op
22+
BenchmarkParseTwitch/fluffle/goirc/client-4 300000 5894.00 ns/op 4159 B/op 65 allocs/op
23+
BenchmarkParseTwitch/sorcix/irc-4 300000 5755.00 ns/op 4015 B/op 64 allocs/op
24+
BenchmarkParseTwitch/thoj/go-ircevent-4 300000 4700.00 ns/op 3071 B/op 23 allocs/op
25+
BenchmarkParseTwitch/goshuirc/irc-go/ircmsg-4 200000 11177.00 ns/op 5873 B/op 155 allocs/op
26+
BenchmarkParseTwitch/gempir/go-twitch-irc-4 300000 4789.00 ns/op 2601 B/op 34 allocs/op
27+
28+
BenchmarkParseEscaping/jakebailey/irc-4 500000 2608.00 ns/op 1553 B/op 9 allocs/op
29+
BenchmarkParseEscaping/jakebailey/ircold-4 200000 7874.00 ns/op 4877 B/op 84 allocs/op
30+
BenchmarkParseEscaping/fluffle/goirc/client-4 200000 8012.00 ns/op 4958 B/op 84 allocs/op
31+
BenchmarkParseEscaping/sorcix/irc-4 200000 7886.00 ns/op 4877 B/op 84 allocs/op
32+
BenchmarkParseEscaping/thoj/go-ircevent-4 200000 6617.00 ns/op 3549 B/op 31 allocs/op
33+
BenchmarkParseEscaping/goshuirc/irc-go/ircmsg-4 100000 17454.00 ns/op 10230 B/op 246 allocs/op
34+
BenchmarkParseEscaping/gempir/go-twitch-irc-4 300000 5414.00 ns/op 3629 B/op 30 allocs/op
35+
36+
BenchmarkEncodeSimple/jakebailey/irc-4 10000000 118.00 ns/op 48 B/op 1 allocs/op
37+
BenchmarkEncodeSimple/jakebailey/irc_WriteTo-4 20000000 100.00 ns/op 0 B/op 0 allocs/op
38+
BenchmarkEncodeSimple/jakebailey/ircold-4 10000000 138.00 ns/op 112 B/op 1 allocs/op
39+
BenchmarkEncodeSimple/sorcix/irc-4 10000000 139.00 ns/op 112 B/op 1 allocs/op
40+
BenchmarkEncodeSimple/goshuirc/irc-go/ircmsg-4 10000000 155.00 ns/op 112 B/op 1 allocs/op
41+
42+
BenchmarkEncodeTwitch/jakebailey/irc-4 2000000 842.00 ns/op 352 B/op 1 allocs/op
43+
BenchmarkEncodeTwitch/jakebailey/irc_WriteTo-4 2000000 739.00 ns/op 0 B/op 0 allocs/op
44+
BenchmarkEncodeTwitch/jakebailey/ircold-4 1000000 1224.00 ns/op 1190 B/op 3 allocs/op
45+
BenchmarkEncodeTwitch/sorcix/irc-4 1000000 1220.00 ns/op 1178 B/op 3 allocs/op
46+
BenchmarkEncodeTwitch/goshuirc/irc-go/ircmsg-4 1000000 1671.00 ns/op 1244 B/op 4 allocs/op
47+
48+
BenchmarkEncodeEscaping/jakebailey/irc-4 1000000 1375.00 ns/op 480 B/op 1 allocs/op
49+
BenchmarkEncodeEscaping/jakebailey/irc_WriteTo-4 1000000 1251.00 ns/op 0 B/op 0 allocs/op
50+
BenchmarkEncodeEscaping/jakebailey/ircold-4 1000000 1370.00 ns/op 1365 B/op 4 allocs/op
51+
BenchmarkEncodeEscaping/sorcix/irc-4 1000000 1385.00 ns/op 1306 B/op 4 allocs/op
52+
BenchmarkEncodeEscaping/goshuirc/irc-go/ircmsg-4 500000 2415.00 ns/op 1612 B/op 8 allocs/op
5353
```
5454

5555
See http://github.com/jakebailey/irc-benchmarks for more info.

0 commit comments

Comments
 (0)