maybe fix test
Some checks failed
Linux arm64 / Build (push) Failing after 33m25s

This commit is contained in:
2024-05-23 15:17:21 +02:00
parent bb650e4f2d
commit 9b84b9bf59

View File

@@ -4,7 +4,7 @@
#include <algorithm>
const static int EXECUTION_COUNT = 100000;
static constexpr int MATRIX_MAX_SIZE = 7;
static constexpr int MATRIX_MAX_SIZE = 5;
static int GetRandomSize() {
return rand() % MATRIX_MAX_SIZE + 1;