Skip to content

Commit

Permalink
renaming dns benchmark files
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Dec 24, 2018
1 parent 2a3488c commit d9fe3c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dns/run
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ esac

if [ "$#" -eq 3 ]; then
mkdir -p $3
go run ./jsonify/main.go --benchmarkDirPath=${outDir}/latest --jsonDirPath=$3 --benchmarkName=$1
go run ./jsonify/main.go --benchmarkDirPath=${outDir}/latest --jsonDirPath=$3 --benchmarkName="dns"
fi
10 changes: 5 additions & 5 deletions perfdash/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,24 +186,24 @@ var (
}

dnsBenchmarkDescriptions = TestDescriptions{
"kube-dns": {
"dns": {
"Latency": []TestDescription{{
Name: "kube-dns",
Name: "dns",
OutputFilePrefix: "Latency",
Parser: parseResponsivenessData,
}},
"LatencyPerc": []TestDescription{{
Name: "kube-dns",
Name: "dns",
OutputFilePrefix: "LatencyPerc",
Parser: parseResponsivenessData,
}},
"Queries": []TestDescription{{
Name: "kube-dns",
Name: "dns",
OutputFilePrefix: "Queries",
Parser: parseResponsivenessData,
}},
"Qps": []TestDescription{{
Name: "kube-dns",
Name: "dns",
OutputFilePrefix: "Qps",
Parser: parseResponsivenessData,
}},
Expand Down

0 comments on commit d9fe3c8

Please sign in to comment.