mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
unreadVariable
This commit is contained in:
@@ -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 +=
|
||||
|
Reference in New Issue
Block a user