Skip to content

Commit

Permalink
Add postfix to MapBench metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 27, 2024
1 parent 0b950de commit ef2ac08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef2ac08

Please sign in to comment.