Skip to content

Commit

Permalink
re-Ignore msm comparison tests
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Dec 18, 2024
1 parent 8bb655d commit ac856e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_ERROR_BYTES;
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_RESULT_BYTES;

//@Ignore(value = "This is exploratory to discover performance on various platforms")
@Ignore(value = "This is exploratory to discover performance on various platforms")
@RunWith(Parameterized.class)
public class BLS12G1MultiExpComparisonTest {
@Parameterized.Parameter(0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_ERROR_BYTES;
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_RESULT_BYTES;

//@Ignore(value = "This is exploratory to discover performance on various platforms")
@Ignore(value = "This is exploratory to discover performance on various platforms")
@RunWith(Parameterized.class)
public class BLS12G2MultiExpComparisonTest {
@Parameterized.Parameter(0)
Expand Down

0 comments on commit ac856e0

Please sign in to comment.