Skip to content

Commit fe43309

Browse files
committed
set percetnage limit to 35% for the route that makes multiple I/O calls
1 parent 66d7b0a commit fe43309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/wrk_benchmark/flask_mysql_uwsgi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
run_benchmark(
1414
"http://localhost:8088/benchmark_io",
1515
"http://localhost:8089/benchmark_io",
16-
"a route that makes multiple I/O call",
17-
percentage_limit=1
16+
"a route that makes multiple I/O calls",
17+
percentage_limit=35
1818
)

0 commit comments

Comments
 (0)