Queries on Embench benchmarks- Running a simple testcase
sheenagoel696 opened this issue · 1 comments
sheenagoel696 commented
Hi,
Currently we are compiling and running all tests together.
Is it possible to compile and run a single test?
Thankyou.
Regards,
Sheena
jeremybennett commented
Hi Sheena,
Well each test is compiled in turn. You can find the commands used in the log file (you might need to turn on the --verbose
flag). You can just run these commands standalone to compile a single benchmark.
HTH