Skip to content

Commit 070005a

Browse files
authored
Update benchmark parser key (#1037)
related: runtimes/automation#485 Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
1 parent 876cb95 commit 070005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestResultSummaryService/parsers/BenchmarkMetric.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const BenchmarkMetricRegex = {
9090
},
9191
},
9292
},
93-
'liberty-dt7-startup': {
93+
liberty_startup: {
9494
//Example: Warm run 0...
9595
outerRegex: /Warm run \d*([\s\S\n]*)/,
9696
metrics: {
@@ -108,7 +108,7 @@ const BenchmarkMetricRegex = {
108108
},
109109
},
110110
},
111-
'liberty-dt7-throughput': {
111+
liberty_throughput_dt10: {
112112
//Example: Running 1 measures...
113113
outerRegex: /Running \d* measures([\s\S\n]*)/,
114114
metrics: {

0 commit comments

Comments
 (0)