mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 07:16:18 +00:00
update fuzzing to fluxsort
This commit is contained in:
parent
eff37f6b6d
commit
65d7f6ad56
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ pub fn fuzz_main() !void {
|
|||
}
|
||||
|
||||
var test_count: i64 = 0;
|
||||
sort.quadsort(@ptrCast(arr_ptr), size, &test_i64_compare_refcounted, @ptrCast(&test_count), true, &test_inc_n_data, @sizeOf(i64), @alignOf(i64), &test_i64_copy);
|
||||
sort.fluxsort(@ptrCast(arr_ptr), size, &test_i64_compare_refcounted, @ptrCast(&test_count), true, &test_inc_n_data, @sizeOf(i64), @alignOf(i64), &test_i64_copy);
|
||||
|
||||
const sorted = std.sort.isSorted(i64, arr_ptr[0..size], {}, std.sort.asc(i64));
|
||||
if (DEBUG) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue