Skip to content

Commit

Permalink
Rename TinyArray.append benchmark (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch authored Sep 25, 2023
1 parent eddfe84 commit 01d7664
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let benchmarks = {
}
}

Benchmark("TinyArray.append(_:)") { benchmark in
Benchmark("TinyArray.append") { benchmark in
for _ in benchmark.scaledIterations {
tinyArrayAppend()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"releaseCount" : 12,
"retainCount" : 0,
"writeSyscalls" : 0
}
}

0 comments on commit 01d7664

Please sign in to comment.