Benchmark startup time, minified size, gzipped size and runtime.
# Install all dependencies
bun i
# Run startup time and sizes benchmark
./startup.sh
# Run runtime benchmark
./runtime.sh- Each
.case.tsis bundled & minified withrolldown, their content is preprocessed before bundling withoutput.ts. - Runtime benchmarks are done with
mitata. - Startup times are directly measured in the running code (see startup preprocessed code in
output.ts).
All category results are stored in result.json.
You can also view results in Markdown in results directory.