feat: added benchmark

This commit is contained in:
2023-05-18 17:24:00 +02:00
parent 4776ba3707
commit 2c4fba35d1
6 changed files with 375 additions and 69 deletions

View File

@@ -1,3 +1,10 @@
plan: false
vars:
service: dagger-runtime-benchmark
scripts:
clear_cache:
actions:
- shell: docker stop $(docker ps -a | grep dagger-engine | awk '{print $1}') || true
- shell: docker rm $(docker ps -a | grep dagger-engine | awk '{print $1}') || true