mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 14:04:59 -04:00
Merge pull request #4795
5d7c2316
rct: add a zeroCommit cache for common pre-rct case (moneromooo-monero)
This commit is contained in:
commit
46f989bc49
4 changed files with 211 additions and 0 deletions
|
@ -261,6 +261,8 @@ int main(int argc, char** argv)
|
|||
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_addKeys3);
|
||||
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_addKeys3_2);
|
||||
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_isInMainSubgroup);
|
||||
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_zeroCommitUncached);
|
||||
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_zeroCommitCached);
|
||||
|
||||
TEST_PERFORMANCE2(filter, p, test_multiexp, multiexp_bos_coster, 2);
|
||||
TEST_PERFORMANCE2(filter, p, test_multiexp, multiexp_bos_coster, 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue