updated the script to use external file for comparison, and condensed grep logic for embench

This commit is contained in:
SadhviNarayanan 2025-04-28 12:08:18 -07:00
parent 381bb34879
commit c700a9bb07
2 changed files with 49 additions and 34 deletions

View file

@ -0,0 +1,20 @@
{
"embench_rv32imc": {
"wallySizeOpt_size": {
"size geometric mean": 1.04,
"size geometric standard deviation": 1.26
},
"wallySizeOpt_speed": {
"speed geometric mean": 1.07,
"speed geometric standard deviation": 1.51
},
"wallySpeedOpt_size": {
"size geometric mean": 1.21,
"size geometric standard deviation": 1.28
},
"wallySpeedOpt_speed": {
"speed geometric mean": 1.15,
"speed geometric standard deviation": 1.61
}
}
}