Skip to content

Commit 2ffd105

Browse files
committed
Set wrk benchmark thresholds to similar numbers found in node
1 parent 0c951a8 commit 2ffd105

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

benchmarks/wrk_benchmark/flask_mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"http://localhost:8086/create",
77
"http://localhost:8087/create",
88
"",
9-
percentage_limit=15
9+
percentage_limit=40
1010
)

benchmarks/wrk_benchmark/flask_mysql_uwsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"http://localhost:8088/benchmark",
77
"http://localhost:8089/benchmark",
88
"a non empty route which makes a simulated request to a database",
9-
percentage_limit=15
9+
percentage_limit=40
1010
)

benchmarks/wrk_benchmark/starlette_postgres_uvicorn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"http://localhost:8102/delayed_route",
77
"http://localhost:8103/delayed_route",
88
"a non empty route which makes a simulated request to a database",
9-
percentage_limit=15
9+
percentage_limit=30
1010
)
1111

1212
run_benchmark(
1313
"http://localhost:8102/just", "http://localhost:8103/just", "an empty route",
14-
percentage_limit=30
14+
percentage_limit=40
1515
)

0 commit comments

Comments
 (0)