Root-Branch / cardamon

🌱 A tool for measuring the power consumption and carbon footprint of your software.
https://cardamon.io
Other
15 stars 1 forks source link

Add "end" commands in config #24

Closed ohuu closed 3 months ago

ohuu commented 3 months ago

Extend the config to allow for commands to be run to close the application e.g. "docker compose down". Cardamon will run these commands after all scenarios are run.

seal commented 3 months ago

@ohuu Would be great if you could do this one soon, current process is

"card run obs_1" docker stop X docker rm X run again ( otherwise naming conflict )