216217218219220221222223224225226
/** * Set up benchmark harness. */ static void setupHarness() { try { harness = new Harness(confstr); } catch (ConfigFormatException e) { String errmsg = e.getMessage(); if (errmsg != null) { die("Error parsing config file: " + errmsg); } else {