Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js')
-rw-r--r--wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js b/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js
new file mode 100644
index 0000000..4600066
--- /dev/null
+++ b/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js
@@ -0,0 +1,6 @@
+import { HtmlUI } from './lib/minibench/minibench.js';
+import './appStartup.js';
+import './renderList.js';
+import './jsonHandling.js';
+
+new HtmlUI('E2E Performance', '#display');