Skip to content

Commit 3cef6be

Browse files
Add new line
1 parent e2a459e commit 3cef6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/data-files/benchmarks/bm_fastapi/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ def bench_fastapi(loops):
8585
if __name__ == "__main__":
8686
runner = pyperf.Runner()
8787
runner.metadata['description'] = "Test the performance of HTTP requests with FastAPI"
88-
runner.bench_time_func("fastapi_http", bench_fastapi)
88+
runner.bench_time_func("fastapi_http", bench_fastapi)

0 commit comments

Comments
 (0)