@@ -694,16 +694,27 @@ var (
694694 },
695695 }
696696
697+ etcdAPIBenchmarkDescription = TestDescriptions {
698+ "EtcdAPIPerformance" : {
699+ "Benchmark " : []TestDescription {{
700+ Name : "benchmark" ,
701+ OutputFilePrefix : "EtcdAPI" ,
702+ Parser : parsePerfData ,
703+ }},
704+ },
705+ }
706+
697707 jobTypeToDescriptions = map [string ]TestDescriptions {
698- "performance" : performanceDescriptions ,
699- "benchmark" : benchmarkDescriptions ,
700- "networking" : networkingDescriptions ,
701- "dnsBenchmark" : dnsBenchmarkDescriptions ,
702- "storage" : storageDescriptions ,
703- "throughput" : throughputDescriptions ,
704- "windows" : windowsDescriptions ,
705- "watchlist" : watchListDescriptions ,
706- "benchmarkList" : benchmarkListDescription ,
708+ "performance" : performanceDescriptions ,
709+ "benchmark" : benchmarkDescriptions ,
710+ "networking" : networkingDescriptions ,
711+ "dnsBenchmark" : dnsBenchmarkDescriptions ,
712+ "storage" : storageDescriptions ,
713+ "throughput" : throughputDescriptions ,
714+ "windows" : windowsDescriptions ,
715+ "watchlist" : watchListDescriptions ,
716+ "benchmarkList" : benchmarkListDescription ,
717+ "etcdAPIBenchmark" : etcdAPIBenchmarkDescription ,
707718 }
708719)
709720
0 commit comments