diff options
Diffstat (limited to 'tools/throughput_benchmark.py')
-rwxr-xr-x | tools/throughput_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/throughput_benchmark.py b/tools/throughput_benchmark.py index 8b1de13d4..f5b9f2db2 100755 --- a/tools/throughput_benchmark.py +++ b/tools/throughput_benchmark.py @@ -3,7 +3,7 @@ # Performs benchmark and append data to //website/data.json. # If //website/data.json doesn't exist, this script tries to import it from # gh-pages branch. -# To view the results locally run ./tools/http_server.py and visit +# To view the results locally run target/debug/test_server and visit # http://localhost:4545/website import os |