mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Update benchmarks
This commit is contained in:
@@ -115,7 +115,7 @@ int verify_qsort(int n, int* test) {
|
||||
if (t0 > t1)
|
||||
return 1;
|
||||
|
||||
result += t0;
|
||||
result ^= t0;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user