Skip to content

Commit

Permalink
Fixing format html
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Jun 26, 2024
1 parent 1f653d0 commit 45e2408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion k6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"test:dufour": "npm run webpack && ENVIRONMENT_NAME=dufour K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM=true K6_OUT=xk6-prometheus-rw K6_PROMETHEUS_RW_SERVER_URL=https://prometheus.staging.hoprnet.link/api/v1/write ./k6 run --summary-export=test-execution-local.json --tag testid=local ./dist/constant-traffic.test.js",
"test:rotsee:setup": "npm run build && ENVIRONMENT_NAME=rotsee node ./dist/setup-environment.js",
"test:team:setup": "npm run build && ENVIRONMENT_NAME=team node ./dist/setup-environment.js",
"test:dufour:setup": "npm run build && ENVIRONMENT_NAME=dufour node ./dist/setup-environment.js"
"test:dufour:setup": "npm run build && ENVIRONMENT_NAME=dufour node ./dist/setup-environment.js",
"parse:results": "node parse-results.js test-execution-20240522-113543.json rotsee sanity-check 1 test-2.1.0 30"
},
"dependencies": {
"@hoprnet/hopr-sdk": "^2.1.0-beta.18",
Expand Down
2 changes: 1 addition & 1 deletion k6/parse-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const template = `
{{#each metrics}}
<tr style="border: 1px solid black;">
{{#each ../keys}}
<td style="border: 1px solid black; padding: 10px; {{#if @first}}width: 400px;{{/if}}">{{lookup ../this this}}</td>
<td style="border: 1px solid black; padding: 10px; {{#if @first}}width: 400px;{{/if}}">{{{lookup ../this this}}}</td>
{{/each}}
</tr>
{{/each}}
Expand Down

0 comments on commit 45e2408

Please sign in to comment.