Skip to content

Commit

Permalink
benchmark/parse: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Abirdcfly committed Aug 31, 2022
1 parent 248c34b commit 5bc8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/parse/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ func TestParseLine(t *testing.T) {
// error handling cases
{
line: "BenchPress 100 19.6 ns/op", // non-benchmark
err: true,
err: true,
},
{
line: "BenchmarkEncrypt lots 19.6 ns/op", // non-int iterations
err: true,
err: true,
},
{
line: "BenchmarkBridge 100000000 19.6 smoots", // unknown unit
Expand Down

0 comments on commit 5bc8d45

Please sign in to comment.