dacapobench / dacapobench

The DaCapo benchmark suite

Home Page:https://www.dacapobench.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--sizes option outputs to stderr

guilhas07 opened this issue · comments

I don't know if this is the intended behaviour but when running java -jar dacapo/dacapo-23.11-chopin.jar --sizes avrora the output gets printed to stderr instead of stdout which seems wrong/unintuitive.

To reproduce:

java -jar dacapo/dacapo-23.11-chopin.jar --sizes avrora 2>error doesn't print size info

Thanks. Fixed.