Skip to content

Commit

Permalink
Expose node-throughput tests in perfdash
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Jan 3, 2020
1 parent 6a738c0 commit 356bac4
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions perfdash/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,27 +311,23 @@ var (
}

storageDescriptions = TestDescriptions{
"APIServer": {
"Responsiveness": []TestDescription{
"E2E": {
"PodStartup": []TestDescription{
{
Name: "storage",
OutputFilePrefix: "APIResponsiveness",
OutputFilePrefix: "PodStartupLatency_PodWithVolumesStartupLatency",
Parser: parsePerfData,
},
},
"RequestCount": []TestDescription{
{
Name: "storage",
OutputFilePrefix: "APIResponsiveness",
Parser: parseRequestCountData,
},
},
},
}

throughputDescriptions = TestDescriptions{
"E2E": {
"PodStartup": []TestDescription{
{
Name: "storage",
OutputFilePrefix: "PodStartupLatency_PodWithVolumesStartupLatency",
Name: "node-throughput",
OutputFilePrefix: "PodStartupLatency_PodStartupLatency",
Parser: parsePerfData,
},
},
Expand All @@ -343,6 +339,7 @@ var (
"benchmark": benchmarkDescriptions,
"dnsBenchmark": dnsBenchmarkDescriptions,
"storage": storageDescriptions,
"throughput": throughputDescriptions,
}
)

Expand Down

0 comments on commit 356bac4

Please sign in to comment.