Skip to content

Commit a5645a9

Browse files
committed
flask benchmarks +1ms with new ipc call
1 parent da424cc commit a5645a9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

benchmarks/flask-mysql-benchmarks.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ export const options = {
1515
delayAbortEval: '10s',
1616
}],
1717
test_multiple_queries: [{
18-
threshold: "avg<5",
18+
threshold: "avg<6",
1919
abortOnFail: true,
2020
delayAbortEval: '10s',
2121
}],
2222
test_multiple_queries_with_big_body: [{
23-
threshold: "avg<5",
23+
threshold: "avg<6",
2424
abortOnFail: true,
2525
delayAbortEval: '10s',
2626
}],
2727
test_create_with_big_body: [{
28-
threshold: "avg<5",
28+
threshold: "avg<6",
2929
abortOnFail: true,
3030
delayAbortEval: '10s',
3131
}],
3232
test_normal_route: [{
33-
threshold: "avg<5",
33+
threshold: "avg<6",
3434
abortOnFail: true,
3535
delayAbortEval: '10s',
3636
}],
3737
test_id_route: [{
38-
threshold: "avg<5",
38+
threshold: "avg<6",
3939
abortOnFail: true,
4040
delayAbortEval: '10s',
4141
}],
4242
test_open_file: [{
43-
threshold: "avg<5",
43+
threshold: "avg<6",
4444
abortOnFail: true,
4545
delayAbortEval: '10s',
4646
}],

0 commit comments

Comments
 (0)