We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a459e commit 3cef6beCopy full SHA for 3cef6be
pyperformance/data-files/benchmarks/bm_fastapi/run_benchmark.py
@@ -85,4 +85,4 @@ def bench_fastapi(loops):
85
if __name__ == "__main__":
86
runner = pyperf.Runner()
87
runner.metadata['description'] = "Test the performance of HTTP requests with FastAPI"
88
- runner.bench_time_func("fastapi_http", bench_fastapi)
+ runner.bench_time_func("fastapi_http", bench_fastapi)
0 commit comments