From a18e51fd61203067f9b4e58705545aa0b5fce537 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 8 Nov 2018 10:38:20 -0800 Subject: build: Use target/ instead of out/ (#1153) --- tools/throughput_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/throughput_benchmark.py') diff --git a/tools/throughput_benchmark.py b/tools/throughput_benchmark.py index b9fdc8a35..457f50bae 100755 --- a/tools/throughput_benchmark.py +++ b/tools/throughput_benchmark.py @@ -48,7 +48,7 @@ if __name__ == '__main__': deno_exe = sys.argv[1] megs = int(sys.argv[2]) if not deno_exe or not megs: - print "Usage ./tools/throughput_benchmark.py out/debug/deno 100" + print "Usage ./tools/throughput_benchmark.py target/debug/deno 100" sys.exit(1) secs = tcp(sys.argv[1], megs) print secs, "seconds" -- cgit v1.2.3