diff --git a/bench/rollup_config_benchmarks.ts b/bench/rollup_config_benchmarks.ts index 00bab50672..575ff08516 100644 --- a/bench/rollup_config_benchmarks.ts +++ b/bench/rollup_config_benchmarks.ts @@ -38,7 +38,7 @@ const splitConfig = (name: string): RollupOptions[] => [{ input: [`${srcDir}bench/${name}/benchmarks.${inputExt}`, `${srcDir}src/source/worker.${inputExt}`], output: { dir: `rollup/build/benchmarks/${name}`, - format: 'amd', + format: 'es', indent: false, sourcemap: 'inline', chunkFileNames: 'shared.js' @@ -48,7 +48,7 @@ const splitConfig = (name: string): RollupOptions[] => [{ input: `rollup/benchmarks_${name}.js`, output: { file: `bench/${name}/benchmarks_generated.js`, - format: 'umd', + format: 'es', indent: false, sourcemap: true, intro @@ -62,7 +62,7 @@ const viewConfig: RollupOptions = { output: { name: 'Benchmarks', file: 'bench/benchmarks_view_generated.js', - format: 'umd', + format: 'es', indent: false, sourcemap: false }, diff --git a/bench/styles/index.html b/bench/styles/index.html index e3d091ca6c..93867fe091 100644 --- a/bench/styles/index.html +++ b/bench/styles/index.html @@ -12,10 +12,12 @@
- - - diff --git a/bench/versions/index.html b/bench/versions/index.html index b34091f9be..1bf93d735d 100644 --- a/bench/versions/index.html +++ b/bench/versions/index.html @@ -12,8 +12,9 @@
- -