Update benchmarks

This commit is contained in:
Minseong Jang
2025-06-13 15:19:21 +09:00
parent 49410f5264
commit 1aa18bce30
11 changed files with 201 additions and 193 deletions

View File

@@ -115,7 +115,7 @@ int verify_qsort(int n, int* test) {
if (t0 > t1)
return 1;
result += t0;
result ^= t0;
}
return result;