onurinanc / noir-bls-signature

BLS12_381 Signature Verification written in Noir
3 stars 0 forks source link

test_pairing killed automatically #3

Open eerkaijun opened 6 months ago

eerkaijun commented 6 months ago

I tried running the test_pairing() test case but it gets killed automatically after around 1 minute. I have 16GB RAM. Is this a known issue, and are there any benchmarks for pairing operations?

[bls12_381] Running 1 test functions                                                                                    
[bls12_381] Testing bls12_381::test_pairing... Killed   
onurinanc commented 6 months ago

@eerkaijun You can look at the related issue: https://github.com/noir-lang/noir/issues/3380