Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 23, 2024
1 parent f1fb117 commit b00d1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/src/increments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ class IncrementBenchmark extends BLASBenchmark:
end increment_normal

@Benchmark
def sum_vec_alt(bh: Blackhole) =
def increment_vec(bh: Blackhole) =
val r = arr.increments
bh.consume(r);
end sum_vec_alt
end increment_vec

end IncrementBenchmark

0 comments on commit b00d1b3

Please sign in to comment.