I've got two questions:1. Is there a way to specify or at least fix the column order in the console output? It seems to change quite randomly which makes comparing multiple runs quite hard. This is a duplicate of http://stackoverflow.com/questions/13445638/force-fixed-column-order-with-caliper where nobody seems to react.
2. Is there a way to get the standard output during a normal run? I understand that doing any output is no good for the benchmark, but sometimes strange things happen and such an output can help to track down the problem quickly (debugging doesn't work for me as it's a separate process and for whatever reason I can't attach the debugger).
--
guava-...@googlegroups.com
Project site: http://caliper.googlecode.com
This group: http://groups.google.com/group/caliper
This list is for general discussion.
To report an issue: http://code.google.com/p/caliper/issues/entry
To get help: http://stackoverflow.com/questions/ask (use the tag "caliper")
I would also love to see some way to order columns - they seem to flip around randomly (perhaps hash map order), and some layouts are much more amenable than others.