Skip to content

Commit

Permalink
removing unused parser
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Jun 13, 2019
1 parent 33e6c48 commit eb42d7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions perfdash/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,11 @@ var (
OutputFilePrefix: "PodStartupLatency_SaturationPodStartupLatency",
Parser: parseResponsivenessData,
}},
"DensityTestPhaseTimer": []TestDescription{{
Name: "density",
OutputFilePrefix: "TestPhaseTimer",
Parser: parseResponsivenessData,
}},
"LoadResources": []TestDescription{{
Name: "load",
OutputFilePrefix: "ResourceUsageSummary",
Parser: parseResourceUsageData,
}},
"LoadTestPhaseTimer": []TestDescription{{
Name: "load",
OutputFilePrefix: "TestPhaseTimer",
Parser: parseResponsivenessData,
}},
},
"APIServer": {
"DensityResponsiveness": []TestDescription{{
Expand Down

0 comments on commit eb42d7d

Please sign in to comment.