ccelio / Speckle

A wrapper for the SPEC CPU2006 benchmark suite.
85 stars 53 forks source link

Add command files for more benchmarks #3

Closed aswaterman closed 9 years ago

ccelio commented 9 years ago

Thanks! Did you just hack gen_binaries.sh to get it to build all of SPEC, or did you get a chance to abstract that out?

aswaterman commented 9 years ago

I didn't need to hack it further; I just added the remaining benchmarks to the BENCHMARKS list. I could commit that if you want.

On Mon, Oct 5, 2015 at 10:40 PM, Christopher Celio <notifications@github.com

wrote:

Thanks! Did you just hack gen_binaries.sh to get it to build all of SPEC, or did you get a chance to abstract that out?

— Reply to this email directly or view it on GitHub https://github.com/ccelio/Speckle/pull/3#issuecomment-145747515.

ccelio commented 9 years ago

Ah, well, the ugly is the fact that the BENCHMARKS list has no effect on what cpu2006 is told to build :(

For now I can go ahead and add all of the benchmarks to the BENCHMARK list and have cpu2006 compile all benchmarks. Eventually I'll make it cleaner.