From 635253bd3a3895f49e6c9606beb852da22fee205 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Tue, 11 May 2021 21:09:09 +0200 Subject: feat(runtime/worker): Structured cloning worker message passing (#9323) This commit upgrade "Worker.postMessage()" implementation to use structured clone algorithm instead of non-spec compliant JSON serialization. --- cli/bench/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/bench') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index b98a9d141..e15f76277 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -75,7 +75,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ &[ "run", "--allow-read", - "cli/tests/workers_large_message_bench.ts", + "cli/tests/workers/bench_large_message.ts", ], None, ), -- cgit v1.2.3