Update load_tests/benchmarks/templates/main.js.j2

Co-authored-by: Erik Kaunismäki <erik.kaum@gmail.com>
This commit is contained in:
Hugo Larcher 2024-07-17 10:54:01 +02:00 committed by GitHub
parent 4642fd27ad
commit 3a1463c187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ export default function run() {
const res = sse.open(url, params, function (client) {
client.on('event', function (event) {
// console.log(event.data)
if (parseInt(event.id) === 4) {
client.close()
}