add --benchmark and --exclude option to the benchmark scripts for debugging#145
add --benchmark and --exclude option to the benchmark scripts for debugging#145hirooih wants to merge 2 commits intoembench:masterfrom
Conversation
|
This is an interesting approach, since I know from practical work that often you use a subset of Embench in practical projects. We need to be clear that any result with a subset is not a valid Embench score, but it can still be very useful. I've asked @PaoloS02 to review your patch. |
I agree with you.
Thank you. |
|
Thanks for this @hirooih , |
If @hirooih is happy with your change, then so am I. |
hirooih
left a comment
There was a problem hiding this comment.
It looks good to me.
Thanks!
…valid results. fixes proposed by @PoaloS02
75ba157 to
f6e075d
Compare
|
I've added the commit proposed by @PaoloS02 and fixed conflicts which was caused after the original commit. |
This PR adds
--benchmarkand--excludeoption tobuild_all.py,benchmark_size.py, andbenchmark_speed.py.For example
--benchmark md5sum tarfindoption builds or measures onlymd5sumandtarfindtests.--exclude md5sum tarfindoption builds or measures all tests except formd5sumandtarfind.This was quite useful for debugging.