Skip to content

Commit bcb1388

Browse files
committed
Generalize parser's condition for other scenarios in etcd benchmark
1 parent 462e914 commit bcb1388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

perfdash/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,10 @@ var (
695695
}
696696

697697
etcdAPIBenchmarkDescription = TestDescriptions{
698-
"EtcdAPIBenchmark": {
699-
"PUT ": []TestDescription{{
700-
Name: "put",
701-
OutputFilePrefix: "etcd_perf",
698+
"EtcdAPIPerformance": {
699+
"Benchmark ": []TestDescription{{
700+
Name: "benchmark",
701+
OutputFilePrefix: "EtcdAPI",
702702
Parser: parsePerfData,
703703
}},
704704
},

0 commit comments

Comments
 (0)