*/
public static void editXML(RunResult result){
try {
File resultDir = result.runId.getResultDir();
String shortName = result.runId.getBenchName();
BenchmarkDescription desc = BenchmarkDescription.readDescription(
shortName, resultDir.getAbsolutePath());
String paramFileName = resultDir.getAbsolutePath() + File.separator
+ desc.configFileName;
ParamRepository param = new ParamRepository(paramFileName, false);
param.setParameter("fa:runConfig/fh:description",