Skip to content

Commit

Permalink
tools: Use a larger array for benchmarking
Browse files Browse the repository at this point in the history
This gives us a bit more stable numbers.
  • Loading branch information
zeux committed Feb 22, 2020
1 parent 5281361 commit d666c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codecbench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ int main()
}

benchCodecs(vertices, indices);
benchFilters(N * N);
benchFilters(8 * N * N);
}

0 comments on commit d666c68

Please sign in to comment.