embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
248 stars 101 forks source link

[fix]:KeyError Exception thrown by benchmark_size.py when missing baseline data #200

Closed madhu2000u closed 1 month ago

madhu2000u commented 1 month ago

When collecting the relative results, it compares with baseline data. Recently Depthconv benchmark was added with this commit 07282ee but a baseline data was not added to the baseline-data/size.json.

This commit does not add a baseline data for Depthconv into baseline-data/size.json but rather adds error handling in benchmark_size.py should any new benchmarks get added but a baseline data is not included.