Skip to content

Commit c661681

Browse files
authored
re-Ignore msm comparison tests (#228)
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent 8bb655d commit c661681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gnark/src/test/java/org/hyperledger/besu/nativelib/gnark/BLS12G1MultiExpComparisonTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_ERROR_BYTES;
3434
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_RESULT_BYTES;
3535

36-
//@Ignore(value = "This is exploratory to discover performance on various platforms")
36+
@Ignore(value = "This is exploratory to discover performance on various platforms")
3737
@RunWith(Parameterized.class)
3838
public class BLS12G1MultiExpComparisonTest {
3939
@Parameterized.Parameter(0)

gnark/src/test/java/org/hyperledger/besu/nativelib/gnark/BLS12G2MultiExpComparisonTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_ERROR_BYTES;
3434
import static org.hyperledger.besu.nativelib.gnark.LibGnarkEIP2537.EIP2537_PREALLOCATE_FOR_RESULT_BYTES;
3535

36-
//@Ignore(value = "This is exploratory to discover performance on various platforms")
36+
@Ignore(value = "This is exploratory to discover performance on various platforms")
3737
@RunWith(Parameterized.class)
3838
public class BLS12G2MultiExpComparisonTest {
3939
@Parameterized.Parameter(0)

0 commit comments

Comments
 (0)