You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Range proof tests slow down the overall testing process, which currently takes 10 minutes on CI. This is because of a large parameter space that is used relating to things like extension degrees, bit lengths, and aggregation factors. This can be optimized to minimize the number of parameters needed to properly exercise the desired functionality in each test.
Similar optimizations were done back in #144 as well.
The text was updated successfully, but these errors were encountered:
Tests are currently slow, mainly due to the parameters used in range
proof tests. This PR simplifies these parameters to speed up tests while
still exercising the required functionality.
Closes#200.
Range proof tests slow down the overall testing process, which currently takes 10 minutes on CI. This is because of a large parameter space that is used relating to things like extension degrees, bit lengths, and aggregation factors. This can be optimized to minimize the number of parameters needed to properly exercise the desired functionality in each test.
Similar optimizations were done back in #144 as well.
The text was updated successfully, but these errors were encountered: