Open pgregrivera opened 9 months ago
A quite interesting case study!
Although this might be out of scope for an SCI use case, as an engineer I have to ask out of curiosity:
Thanks for your review and feedback. In answer to you questions:
Here are the 3 Green Deficiency patterns we fixed during the study:
Avoid String concatenation in loops Avoid primitive type wrapper instantitation (or Prefer literal initialization) Avoid Programs not using explicitly OPEN and CLOSE for files or streams
We have not completed the statistical tests yet. That is still in the works.
@NAMRATA-WOKE - @ursvill - The WG has now reviewed this submission, and it is ready to be drafted as a case study article.
Ok, I will work on this next week.
On Mar 14, 2024, at 1:04 PM, Sean Mcilroy @.***> wrote:
@NAMRATA-WOKE https://github.com/NAMRATA-WOKE - @ursvill https://github.com/ursvill - The WG has now reviewed this submission, and it is ready to be drafted as a case study article.
— Reply to this email directly, view it on GitHub https://github.com/Green-Software-Foundation/sci-guide/issues/60#issuecomment-1997931651, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3HBAFSV2ZK4MJV4Q4NQUYTYYHKB3AVCNFSM6AAAAABD2564A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJXHEZTCNRVGE. You are receiving this because you were mentioned.
@NAMRATA-WOKE - I will have a draft later today. Do you want eyes on it before I give it to Sean?
Cast Case Study Slides added CAST case study - using SCI and software intelligence to estimate CO2 emissions.pdf
Case Study Template
This is a template to use for case studies that are submitted to apply the SCI.
Please delete the text in italics and replace it with the appropriate information.
For more information on any of the items, the final reference is the SCI Specification
If you find errors, or have further questions, please feel free to engage with us in the discussions section.
Attachments
CAST Green Impact Case Study - PDF.pdf
Overview
Architecture for the system under consideration
Technical details of the components in the architecture
Sites for Software Sustainability Actions
Energy Efficiency
Hardware Efficiency
Carbon Awareness
Procedure
(What) Software boundary
(Scale) Functional unit
The choice of functional unit applies to all components in your software boundary.
(How) Quantification method
(Quantify) SCI Value Calculation
(Report)
Duration reduction was computed as a percentage difference between the average duration of 200+ runs of the functional unit scenario using the software before and the average duration of 200+ runs of the functional unit scenario after its "decarbonizing".
Duration reduction percentage is applied to both E and TiR in the SCI formula
Regarding O
Regarding M