aws / dcv-color-primitives

DCV Color Primitives Library
MIT No Attribution
30 stars 22 forks source link

Speedup 'over_4gb' test #6

Closed fabiosky closed 4 years ago

fabiosky commented 4 years ago

Speedup the execution of test over_4gb.

Actions taken:

Difference: On master:

time cargo test -- over_4gb
real 4m46.907s

With this patch:

time cargo test -- over_4gb
real 1m1.656s

With this patch in release mode:

time cargo test --release -- over_4gb
real 0m2.765s