Quicker unit tests

This commit is contained in:
Christophe
2024-02-26 23:55:50 +01:00
parent 106f153d49
commit c043567971
4 changed files with 11 additions and 9 deletions

View File

@@ -222,7 +222,7 @@ namespace nextPowerOfTwo_advanced
int Error(0);
std::vector<glm::uint> v;
v.resize(100000000);
v.resize(10000);
std::clock_t Timestramp0 = std::clock();
@@ -586,7 +586,7 @@ namespace nextMultiple
{
int Error = 0;
glm::uint const Samples = 10000;
glm::uint const Samples = 100;
for(int i = 0; i < 4; ++i)
{