dagger-runtime-benchmark/README.md
2023-05-18 15:17:28 +02:00

403 B

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