Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed May 7, 2019
1 parent 396be58 commit 7a98512
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 175 deletions.
2 changes: 1 addition & 1 deletion Benchmark/Sources/BenchmarkTools.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct BenchmarkRunner {
print("|\(paddingName)|", terminator: "")

let result = benchmark.measure(with: data)
let paddingTime = String(format: "%.4f", result).padding(toLength: maxLength, withPad: " ", startingAt: 0)
let paddingTime = String(format: "`%.4f`", result).padding(toLength: maxLength, withPad: " ", startingAt: 0)
print("\(paddingTime)|")
}

Expand Down
Loading

0 comments on commit 7a98512

Please sign in to comment.