Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Aug 7, 2020
1 parent f0320a3 commit edaf454
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 32 deletions.
26 changes: 1 addition & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,11 @@
.idea
**/.DS_Store
**/logs
!vendor/github.com/songtianyi/rrframework/logs
**/*.pem
**/*.prof
**/*.p12
!Makefile

# gitlab ci
.cache

# chatbot
**/production.json
**/*.corpus.json
**/*.txt
**/*.gob

# example
example/**/*.csv

# hera
service/hera/cli/readdata/intergrationtest/data
service/hera/devkit/ch331/data
service/hera/devkit/ch331/ck
service/hera/cli/replaybeat/etc
# goctl
tools/goctl/api/autogen

vendor/*
/service/hera/cli/dboperation/etc/hera.json

# vim auto backup file
*~
!OWNERS
!OWNERS
7 changes: 0 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ run:
timeout: 5m
skip-dirs:
- core
- diq
- doc
- dq
- example
- kmq
- kq
- rest
- rq
- rpcx
# - service
- stash
- tools


Expand Down
11 changes: 11 additions & 0 deletions example/http/breaker/client/result.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
seconds,goodOk,goodFail,goodReject,goodErrs,goodUnknowns,goodDropRatio,heavyOk,heavyFail,heavyReject,heavyErrs,heavyUnknowns,heavyDropRatio
1,172,0,0,0,0,0.0,159,0,0,0,0,0.0
2,598,0,0,0,0,0.0,591,0,0,0,0,0.0
3,583,0,0,0,0,0.0,631,0,0,0,0,0.0
4,3,0,0,0,0,0.0,2,0,0,0,0,0.0
5,17,0,0,17,0,0.0,17,0,0,16,0,0.0
6,27,0,0,1,0,0.0,21,0,0,1,0,0.0
7,81,0,0,4,0,0.0,93,0,0,3,0,0.0
8,349,0,0,39,0,0.0,325,0,0,40,0,0.0
9,337,0,0,35,0,0.0,335,0,0,34,0,0.0
10,76,0,0,42,0,0.0,73,0,0,42,0,0.0
13 changes: 13 additions & 0 deletions example/load/result.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
second,maxFlight,flying,agressiveAvgFlying,lazyAvgFlying,bothAvgFlying
1,1,1,0.10,0.00,0.09
55,1,1,1.00,0.00,0.47
189,1,1,1.00,0.00,0.47
403,1,1,1.00,0.00,0.47
697,1,1,1.00,0.00,0.47
1072,1,1,1.17,0.15,0.62
1527,1,1,1.20,0.18,0.61
2063,1,1,1.43,0.49,1.02
2678,1,1,1.37,0.34,0.73
3373,1,2,1.51,0.56,1.14
4148,1,2,1.61,0.64,1.13
5002,1,2,1.86,0.87,1.39

0 comments on commit edaf454

Please sign in to comment.