diff --git a/.gitignore b/.gitignore index eba5e9d1..c78ae0a9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +!OWNERS diff --git a/.golangci.yml b/.golangci.yml index cf53afb7..40c94932 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,17 +3,10 @@ run: timeout: 5m skip-dirs: - core - - diq - doc - - dq - example - - kmq - - kq - rest - - rq - rpcx - # - service - - stash - tools diff --git a/example/http/breaker/client/result.csv b/example/http/breaker/client/result.csv new file mode 100644 index 00000000..c807726c --- /dev/null +++ b/example/http/breaker/client/result.csv @@ -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 diff --git a/example/load/result.csv b/example/load/result.csv new file mode 100644 index 00000000..92d74c2b --- /dev/null +++ b/example/load/result.csv @@ -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