Do not redo repairs

This commit is contained in:
Ben Sarmiento
2023-11-30 01:36:45 +01:00
parent 8de52786ce
commit 253b92a3b6
4 changed files with 11 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ async def extract_links(url):
async def benchmark(url):
# This will still block, because subprocess.run is not async
subprocess.run(['hey', '-n', '10000', '-c', '100', url])
subprocess.run(['hey', '-n', '100000', '-c', '100', url])
url = 'http://localhost:9999/http/'