Skip to content

Commit 6cee9c5

Browse files
committed
with IPC calls, remove benchmarks to 0-delay routes
1 parent 434dd37 commit 6cee9c5

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

benchmarks/wrk_benchmark/starlette_postgres_uvicorn.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
# Run benchmarks
44

55
run_benchmark(
6-
"http://localhost:8102/delayed_route",
7-
"http://localhost:8103/delayed_route",
6+
"http://localhost:8102/benchmark",
7+
"http://localhost:8103/benchmark",
88
"a non empty route which makes a simulated request to a database",
9-
percentage_limit=30
10-
)
11-
12-
run_benchmark(
13-
"http://localhost:8102/just", "http://localhost:8103/just", "an empty route",
149
percentage_limit=40
1510
)

0 commit comments

Comments
 (0)