feat: update

This commit is contained in:
georgehao
2024-01-18 17:03:59 +08:00
parent 50a236da9f
commit cecbef5557

View File

@@ -36,9 +36,7 @@ func TestFFI(t *testing.T) {
chunkTrace1 := readChunkTrace(*tracePath1, as)
for i := 1; i <= 2000; i++ {
t.Log("Proof-", i, " BEGIN mem: ", memUsage(as))
chunkProverCore.ProveChunk("chunk_proof1", chunkTrace1)
t.Log("Proof-", i, " END mem: ", memUsage(as))
}
}