benchmark

This commit is contained in:
Zsolt Ero
2024-02-23 14:54:47 +01:00
parent 2e3618be5f
commit edb076a71a
2 changed files with 51 additions and 5 deletions

View File

@@ -133,6 +133,9 @@ def upload_certificates(c):
def install_benchmark(c):
"""
Read docs/quick_notes/http_benchmark.md
"""
c1000k(c)
wrk(c)
@@ -215,7 +218,7 @@ def tile_gen(hostname, user, port):
@common_options
def debug(hostname, user, port):
c = get_connection(hostname, user, port)
c.run('pwd')
install_benchmark(c)
# upload_https_host_files(c)
# run_http_host_sync(c)