Hello,
recently I'm trying to run some benchmarks from within a shell script using batch-mode. They run in a loop for 10 times and the result files get copied to a directory I can access more conveniently (using the environmental variable COPY_TEST_RUN_LOGS_TO). Everything seems to work fine for the ctx-clock and the hackbench benchmarks, I can see their test results showing up in the directory. But there are no results for the compilebench benchmark. I can however run compilebench from command line. What is the issue here? I'm running the benchmarks right after boot. Maybe some dependencies that compilebench needs did not load yet?
Did anyone experience a similar problem?
recently I'm trying to run some benchmarks from within a shell script using batch-mode. They run in a loop for 10 times and the result files get copied to a directory I can access more conveniently (using the environmental variable COPY_TEST_RUN_LOGS_TO). Everything seems to work fine for the ctx-clock and the hackbench benchmarks, I can see their test results showing up in the directory. But there are no results for the compilebench benchmark. I can however run compilebench from command line. What is the issue here? I'm running the benchmarks right after boot. Maybe some dependencies that compilebench needs did not load yet?
Did anyone experience a similar problem?
Comment