Go to file
2024-09-19 00:27:12 +00:00
actions fix(deps): update all dependencies 2024-09-19 00:27:12 +00:00
bench_app fix(deps): update all dependencies 2024-09-19 00:27:12 +00:00
dist feat: added benchmark 2023-05-18 17:24:00 +02:00
reports docs: update timings with clear_cache 2023-05-18 17:26:38 +02:00
src feat: added benchmark 2023-05-18 17:24:00 +02:00
.gitignore chore: remove target 2023-05-18 15:51:26 +02:00
Cargo.lock fix(deps): update all dependencies 2024-09-19 00:27:12 +00:00
Cargo.toml fix(deps): update all dependencies 2024-09-19 00:27:12 +00:00
README.md docs: add readme 2023-05-18 15:17:28 +02:00
renovate.json Add renovate.json 2023-05-18 15:32:31 +00:00
shuttle.yaml feat: added benchmark 2023-05-18 17:24:00 +02:00

Dagger Runtime Benchmark

This simple app illustrates the time to execution in a dagger context between:

  1. Container build -> Run
  2. Application Image pull -> Run
  3. Wasm runtime pull -> Download wasm binary -> Run
  4. Base image pull -> Download Binary -> Run

Run

With shuttle (Optional)

shuttle run bench

With Cargo (Optional)

cargo run > reports/results.md