Skip to content
Snippets Groups Projects
Commit 5a9cd226 authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

fixed result xml sorting

parent 358039f3
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ public final class RuntimeComplex { ...@@ -57,7 +57,7 @@ public final class RuntimeComplex {
86400 // 1 day (in sec) 86400 // 1 day (in sec)
}; };
private static Map<Integer, TestParameters> datasets = new TreeMap<>(); private static Map<Integer, TestParameters> datasets = new TreeMap<>();
private static Map<String, Map<String, Long>> runtimes = new HashMap<>(); private static Map<String, Map<String, Long>> runtimes = new TreeMap<>();
// Launcher method (main method) for visualVM // Launcher method (main method) for visualVM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment