unreadVariable

This commit is contained in:
gtsoul-tech
2024-04-30 13:36:39 +03:00
parent 2921e50ecc
commit b5bf3d8d31
7 changed files with 8 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ static void run_benchmarks(int size, int loops, int max_matches,
u64a total_size = 0;
auto start = std::chrono::steady_clock::now();
for (int i = 0; i < loops; i++) {
const u8 *res = func(bench);
func(bench);
}
auto end = std::chrono::steady_clock::now();
total_sec +=