Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjessesco committed Dec 31, 2024
1 parent bc17ae3 commit a767c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Peanut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
int main() {
constexpr int row = 20;
constexpr int col = 10;
int iter = 100000;
int iter = 1000000;
// Peanut benchmarking
{
Peanut::Matrix<int, row, col> mat1{MAT_STR};
Expand Down

0 comments on commit a767c03

Please sign in to comment.