Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
src: fixup dceis chart templates
Browse files Browse the repository at this point in the history
They were using the same base names as the acemair
ones and getting overwritten
  • Loading branch information
mhdawson committed Sep 15, 2017
1 parent 0a2ede9 commit a0acf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/dc_eis_latency/dceisLatency.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "node-dc-eis Latency[lower is better]" ,
"template": "../common/common_template1.html.base",
"units": "ms",
"outputBase" : "acmeair_latency",
"outputBase" : "dceis_latency",
"streams": [ {"streamid": 1, "name": "master", "color": "blue" },
{"streamid": 2, "name": "4.x", "color": "red" },
{"streamid": 4, "name": "6.x", "color": "DarkMagenta" },
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/dc_eis_throughput/dceisThroughput.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "node-dc-eis Ops/s[higher is better]" ,
"template": "../common/common_template1.html.base",
"units": "ops/s",
"outputBase" : "acmeair_throughput",
"outputBase" : "dceis_throughput",
"streams": [ {"streamid": 1, "name": "master", "color": "blue" },
{"streamid": 2, "name": "4.x", "color": "red" },
{"streamid": 4, "name": "6.x", "color": "DarkMagenta" },
Expand Down

0 comments on commit a0acf77

Please sign in to comment.