Skip to content

Commit

Permalink
Fix perf inverse matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 27, 2023
1 parent d91d77d commit 7afcf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf/perf_matrix_inverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static int comp_mat4_inverse(std::size_t Samples)

int main()
{
std::size_t const Samples = 1000;
std::size_t const Samples = 10;

int Error = 0;

Expand Down

0 comments on commit 7afcf13

Please sign in to comment.