This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Commit ad0652d
committed
fix(bench): correct type mismatch in csv_operations.rs by using u16 literals
- Change ci_or_local calls to use u16 slices instead of i32 literals
- Fixes compilation error where *count (u16) was being passed to
generate_vlan_configurations which expects u16
- Affects all three benchmark functions: serialization, deserialization,
and round-trip tests
- Maintains same CI-optimized dataset sizes: [100,500] vs [100,500,1000,2000]1 parent c06660d commit ad0652d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments