actions | ||
bench_app | ||
dist | ||
reports | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
renovate.json | ||
shuttle.yaml |
Dagger Runtime Benchmark
This simple app illustrates the time to execution in a dagger context between:
- Container build -> Run
- Application Image pull -> Run
- Wasm runtime pull -> Download wasm binary -> Run
- Base image pull -> Download Binary -> Run
Run
With shuttle (Optional)
shuttle run bench
With Cargo (Optional)
cargo run > reports/results.md