diff --git a/dashboard/new-dashboard/src/components/jbr/MapBenchDashboard.vue b/dashboard/new-dashboard/src/components/jbr/MapBenchDashboard.vue index 42312d8e..c34b25bc 100644 --- a/dashboard/new-dashboard/src/components/jbr/MapBenchDashboard.vue +++ b/dashboard/new-dashboard/src/components/jbr/MapBenchDashboard.vue @@ -63,7 +63,7 @@ const metricsNames = [ "spiralTest-dash-false", "spiralTest-fill", "test_z_625k", -] +].map((metric) => metric + ".ser") const ubuntuConfigurations = jbrLinuxConfigurations.map((config) => "Mapbench_" + config) const macOSConfigurations = jbrMacConfigurations.map((config) => "Mapbench_" + config) const windowsConfigurations = jbrWindowsConfigurations.map((config) => "Mapbench_" + config)