Skip to content

Commit

Permalink
smaller test size may work?
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfloatersu committed Jan 17, 2025
1 parent fdc0f01 commit 221f781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poly_commit/tests/test_orion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ where
{
let mut rng = test_rng();

(19..=25).for_each(|num_vars| {
(19..=22).for_each(|num_vars| {
let poly_num_vars = num_vars - SimdF::PACK_SIZE.ilog2() as usize;
let xs: Vec<_> = (0..TEST_REPETITION)
.map(|_| -> Vec<EvalF> {
Expand Down Expand Up @@ -164,7 +164,7 @@ fn test_orion_for_expander_gkr() {
GF2ExtConfig,
GF2x128,
BytesHashTranscript<_, Keccak256hasher>,
>(&mpi_config, 30);
>(&mpi_config, 20);

test_orion_for_expander_gkr_generics::<
M31ExtConfig,
Expand Down

0 comments on commit 221f781

Please sign in to comment.