From 6fb4705e033e0322155c493839da356453db4e14 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 3 Apr 2026 15:45:06 -0400 Subject: [PATCH] enable async flag --- benchmarking/benchmarks/reactivity/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarking/benchmarks/reactivity/index.js b/benchmarking/benchmarks/reactivity/index.js index 2b75b3dfc6..3fe9639376 100644 --- a/benchmarking/benchmarks/reactivity/index.js +++ b/benchmarking/benchmarks/reactivity/index.js @@ -1,5 +1,6 @@ import fs from 'node:fs'; import path from 'node:path'; +import 'svelte/internal/flags/async'; import { sbench_create_0to1, sbench_create_1000to1,