Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_benchmarktests' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jun 14, 2024
2 parents 5ac9a33 + f88b480 commit 745958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harp/utils/testing/benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_noproxy_get(self, benchmark, httpbin):
def result():
return httpx.get(f"{httpbin}/get")

async def test_httpbin_get(self, benchmark, proxy):
def test_httpbin_get(self, benchmark, proxy):
@benchmark
def result():
return httpx.get(f"http://{proxy}/get")

0 comments on commit 745958b

Please sign in to comment.