Skip to content

Commit b1eb93c

Browse files
committed
Improvements in the benchmark
1 parent c942d39 commit b1eb93c

File tree

21 files changed

+752
-1
lines changed

21 files changed

+752
-1
lines changed

benchmarks/msgpush/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msgpush

benchmarks/msgpush/Gopkg.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/msgpush/Gopkg.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# Gopkg.toml example
3+
#
4+
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
5+
# for detailed Gopkg.toml documentation.
6+
#
7+
# required = ["github.com/user/thing/cmd/thing"]
8+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
9+
#
10+
# [[constraint]]
11+
# name = "github.com/user/project"
12+
# version = "1.0.0"
13+
#
14+
# [[constraint]]
15+
# name = "github.com/user/project2"
16+
# branch = "dev"
17+
# source = "github.com/myfork/project2"
18+
#
19+
# [[override]]
20+
# name = "github.com/x/y"
21+
# version = "2.4.0"
22+
23+
24+
[[constraint]]
25+
branch = "master"
26+
name = "github.com/gcinterceptor/gci-go"

benchmarks/msgpush/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ By @danielfireman
2727
* Go: go1.8 linux/amd64
2828
* GCI-go: v0.1
2929
* SO: Ubuntu 16.04.3 LTS (xenial)
30+
* Bench: windowSize 200000, msgCount 1000000
3031
* Server: 4GB RAM, 2 vCPUs, 2397.222 MHz (4794.44 bogomips), 4096 KB cache size
3132

32-
**Summary**
33+
**Summary: Worst push time**
3334

3435
|Statistic|GCI Off (ms) |GCI On (ms) | Improvement (%) |
3536
|---------|------------- |------------|-----------------|

benchmarks/msgpush/msgpush

-2.05 MB
Binary file not shown.

benchmarks/msgpush/vendor/github.com/gcinterceptor/gci-go/.gitignore

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/msgpush/vendor/github.com/gcinterceptor/gci-go/.travis.yml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/msgpush/vendor/github.com/gcinterceptor/gci-go/Gopkg.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/msgpush/vendor/github.com/gcinterceptor/gci-go/Gopkg.toml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/msgpush/vendor/github.com/gcinterceptor/gci-go/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)