update config
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -12,35 +12,11 @@
|
|||||||
.idea
|
.idea
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
**/logs
|
**/logs
|
||||||
!vendor/github.com/songtianyi/rrframework/logs
|
|
||||||
**/*.pem
|
|
||||||
**/*.prof
|
|
||||||
**/*.p12
|
|
||||||
!Makefile
|
!Makefile
|
||||||
|
|
||||||
# gitlab ci
|
# gitlab ci
|
||||||
.cache
|
.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
|
# vim auto backup file
|
||||||
*~
|
*~
|
||||||
!OWNERS
|
!OWNERS
|
||||||
|
|||||||
@@ -3,17 +3,10 @@ run:
|
|||||||
timeout: 5m
|
timeout: 5m
|
||||||
skip-dirs:
|
skip-dirs:
|
||||||
- core
|
- core
|
||||||
- diq
|
|
||||||
- doc
|
- doc
|
||||||
- dq
|
|
||||||
- example
|
- example
|
||||||
- kmq
|
|
||||||
- kq
|
|
||||||
- rest
|
- rest
|
||||||
- rq
|
|
||||||
- rpcx
|
- rpcx
|
||||||
# - service
|
|
||||||
- stash
|
|
||||||
- tools
|
- tools
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
11
example/http/breaker/client/result.csv
Normal file
11
example/http/breaker/client/result.csv
Normal file
@@ -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
example/load/result.csv
Normal file
13
example/load/result.csv
Normal file
@@ -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
|
||||||
|
Reference in New Issue
Block a user