Skip to content

Commit

Permalink
fixup! feat: add web socket server load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Jul 15, 2024
1 parent 566fcc0 commit 1a80fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/test/k6/scenarios/web-socket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const run = () => {

if (res) {
// eslint-disable-next-line no-console
if (res.status !== 101) console.log(`Status ${res.status}`);
if (res.status !== 101) console.log(`Status ${res.status} ${Date.now() - begin}`);
// eslint-disable-next-line no-console
} else console.log('No res');
};
Expand Down

0 comments on commit 1a80fee

Please sign in to comment.