From 3f90d7931f977d99418dad94075402a366b3a9b0 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Fri, 21 Feb 2025 01:18:00 +0100 Subject: [PATCH] example metric file --- project/metrics.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 project/metrics.yaml diff --git a/project/metrics.yaml b/project/metrics.yaml new file mode 100644 index 0000000..2df97b3 --- /dev/null +++ b/project/metrics.yaml @@ -0,0 +1,18 @@ +runs: +- build: + components_build_time: '36.166' + image_build_time: '0.068' + code_gen: + gen_time: '0.027' + deploy: + components_deploy_time: '0.988' + n_task: 2 + time_total: '39.191' +- build: + components_build_time: '55.284' + code_gen: + gen_time: '0.079' + deploy: + components_deploy_time: '2.189' + n_task: 5 + time_total: '59.563' \ No newline at end of file