Skip to content

Commit

Permalink
Merge pull request #661 from finch-tensor/wma/all-benchmarks
Browse files Browse the repository at this point in the history
run all the benchmarks by default.
  • Loading branch information
willow-ahrens authored Dec 1, 2024
2 parents f687b31 + 0aa3a06 commit bbd99a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,4 @@ x = rand(N)

SUITE["structure"]["banded"]["SparseList"] = @benchmarkable spmv_serial($A_ref, $x)
SUITE["structure"]["banded"]["SparseBand"] = @benchmarkable spmv_serial($A, $x)
SUITE["structure"]["banded"]["SparseInterval"] = @benchmarkable spmv_serial($A2, $x)

SUITE = SUITE["structure"]
SUITE["structure"]["banded"]["SparseInterval"] = @benchmarkable spmv_serial($A2, $x)

0 comments on commit bbd99a4

Please sign in to comment.