in Sources/CollectionsBenchmark/BenchmarkCLI/BenchmarkCLI+Results+Compare.swift [230:233]
func filename(title: String, index: Int, format: ImageFormat) -> String {
let i = index < 9 ? "0\(index + 1)" : "\(index + 1)"
return "\(i) \(title).\(format.rawValue)"
}