diff --git a/benchmarking/benchmarks/reactivity/index.js b/benchmarking/benchmarks/reactivity/index.js index 0fb6e10fa6..58b3f5cb29 100644 --- a/benchmarking/benchmarks/reactivity/index.js +++ b/benchmarking/benchmarks/reactivity/index.js @@ -1,7 +1,4 @@ -import { - kairo_avoidable_owned, - kairo_avoidable_unowned -} from './kairo/kairo_avoidable.js'; +import { kairo_avoidable_owned, kairo_avoidable_unowned } from './kairo/kairo_avoidable.js'; import { kairo_broad_owned, kairo_broad_unowned } from './kairo/kairo_broad.js'; import { kairo_deep_owned, kairo_deep_unowned } from './kairo/kairo_deep.js'; import { kairo_diamond_owned, kairo_diamond_unowned } from './kairo/kairo_diamond.js'; diff --git a/benchmarking/benchmarks/ssr/index.js b/benchmarking/benchmarks/ssr/index.js index 71c26f618b..667137d1ed 100644 --- a/benchmarking/benchmarks/ssr/index.js +++ b/benchmarking/benchmarks/ssr/index.js @@ -1,6 +1,3 @@ -import { wrapper_bench } from "./wrapper/wrapper_bench.js"; +import { wrapper_bench } from './wrapper/wrapper_bench.js'; - -export const ssr_benchmarks = [ - wrapper_bench -] +export const ssr_benchmarks = [wrapper_bench]; diff --git a/benchmarking/benchmarks/ssr/wrapper/App.svelte b/benchmarking/benchmarks/ssr/wrapper/App.svelte index fece539d28..93f031f2bc 100644 --- a/benchmarking/benchmarks/ssr/wrapper/App.svelte +++ b/benchmarking/benchmarks/ssr/wrapper/App.svelte @@ -1,34 +1,31 @@