Skip to content

Commit

Permalink
fix: add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Jun 27, 2023
1 parent 2b8917b commit 6f2d99c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ lerna-debug.log*
/.jest

# benchmarks
/benchmarks/output.json
/benchmarks/output.json
2 changes: 1 addition & 1 deletion benchmarks/1-vu.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export default function () {
// Validate response status
check(res, { "status was 200": (r) => r.status == 200 });
})
}
}
2 changes: 1 addition & 1 deletion benchmarks/415.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export default function () {
'is status 415': (r) => r.status === 415,
});
})
}
}
2 changes: 1 addition & 1 deletion benchmarks/batch.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export default function () {
check(resp, { "status was 200": (r) => r.status == 200 });
}
})
}
}
2 changes: 1 addition & 1 deletion benchmarks/multiple-vu.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export default function () {
// Validate response status
check(res, { "status was 200": (r) => r.status == 200 });
})
}
}
2 changes: 1 addition & 1 deletion grafana/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
!keys_api.json
!datasources.yml
!nodejs.json
!k6.json
!k6.json

0 comments on commit 6f2d99c

Please sign in to comment.