From f168597b7ab81afda3bf4749a81c360d364e7cf1 Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Sun, 2 Feb 2020 22:55:22 +0100 Subject: Remove //tests symlink (#3849) --- tools/benchmark.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tools/benchmark.py') diff --git a/tools/benchmark.py b/tools/benchmark.py index a0e12fa48..c29ca3e8c 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -20,13 +20,13 @@ import http_server # The list of the tuples of the benchmark name and arguments exec_time_benchmarks = [ - ("hello", ["tests/002_hello.ts"]), - ("relative_import", ["tests/003_relative_import.ts"]), - ("error_001", ["tests/error_001.ts"]), - ("cold_hello", ["--reload", "tests/002_hello.ts"]), - ("cold_relative_import", ["--reload", "tests/003_relative_import.ts"]), - ("workers_startup", ["tests/workers_startup_bench.ts"]), - ("workers_round_robin", ["tests/workers_round_robin_bench.ts"]), + ("hello", ["cli/tests/002_hello.ts"]), + ("relative_import", ["cli/tests/003_relative_import.ts"]), + ("error_001", ["cli/tests/error_001.ts"]), + ("cold_hello", ["--reload", "cli/tests/002_hello.ts"]), + ("cold_relative_import", ["--reload", "cli/tests/003_relative_import.ts"]), + ("workers_startup", ["cli/tests/workers_startup_bench.ts"]), + ("workers_round_robin", ["cli/tests/workers_round_robin_bench.ts"]), ("text_decoder", ["cli/tests/text_decoder_perf.js"]), ("text_encoder", ["cli/tests/text_encoder_perf.js"]), ] -- cgit v1.2.3