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

README.md « minibench « lib « benchmarks « wwwroot « Microsoft.AspNetCore.Blazor.E2EPerformance « wasm - github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4eae50b8037bfca32446b23fa9ce8853e6bdc032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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