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/lib/minibench/README.md')
-rw-r--r--wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md b/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md
new file mode 100644
index 0000000..4eae50b
--- /dev/null
+++ b/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md
@@ -0,0 +1,17 @@
+# Minibench
+
+A simple harness for benchmarking JavaScript code.
+
+Supports both synchronous and asynchronous code being benchmarked, plus both sync/async setup and teardown logic.
+
+## Sample
+
+See `sample-benchmarks.js`. To run it, serve `sample.html` from a local webserver.
+
+## Caveats
+
+Absolutely no support provided.
+
+## License
+
+MIT