Sasha Melentyev
|
2c9c209eb6
|
all: Changing Printf and friends to Print if there is no formatting
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
|
2022-11-15 22:11:23 +03:00 |
|
demoManito
|
72cf0cc04a
|
etcd: modify declaring empty slices
declare an empty slice to var s []int replace s :=[]int{}, https://github.com/golang/go/wiki/CodeReviewComments#declaring-empty-slices
Signed-off-by: demoManito <1430482733@qq.com>
|
2022-09-16 14:41:14 +08:00 |
|
Gyuho Lee
|
1917e5c543
|
pkg/*: fix "unconvert" warnings
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-04-30 15:32:16 -07:00 |
|
Gyu-Ho Lee
|
75110dd839
|
*: fix naked returns
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-10 18:46:15 -08:00 |
|
Anthony Romano
|
4fa1dd196c
|
*: make receiver names consistent
|
2017-09-12 03:54:04 -07:00 |
|
Anthony Romano
|
c09f0ca9d4
|
report: add NewWeightedReport
Reports with weighted results.
|
2017-05-17 16:07:20 -07:00 |
|
Anthony Romano
|
33a0496b5e
|
report: add test for Report interface
|
2017-04-12 16:41:32 -07:00 |
|
Anthony Romano
|
ae7b4ee8ed
|
*: fix gosimple warning for fmt.Sprintf("%s")
|
2017-03-20 13:26:39 -07:00 |
|
Gyu-Ho Lee
|
950a9da9d9
|
pkg/report: add min/max latency per second
For https://github.com/coreos/dbtester/issues/221.
|
2017-02-04 12:46:54 -08:00 |
|
Gyu-Ho Lee
|
69606bb95f
|
pkg/report: add nil checking for getTimeSeries
|
2017-01-17 12:51:47 -08:00 |
|
Gyu-Ho Lee
|
74bad576ed
|
pkg/report: add 'Stats' to expose report raw data
|
2017-01-13 10:26:00 -08:00 |
|
Gyu-Ho Lee
|
e44d3abc77
|
pkg/report: support 99.9-percentile, change column name
|
2017-01-10 18:22:47 -08:00 |
|
Anthony Romano
|
3d28faa3eb
|
pkg/report, tools/benchmark: refactor report out of tools/benchmark
Only tracks time series when requested. Can configure output precision.
|
2016-10-06 16:18:47 -07:00 |
|