aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Pippenger multiexpmoneromooo-monero2018-09-112-1/+146
* performance_tests: document the tested bulletproof layoutsmoneromooo-monero2018-09-111-8/+8
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-1/+1
* performance_tests: add signature generation/verificationmoneromooo-monero2018-09-113-0/+72
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-113-0/+51
* make straus cached mode thread safe, and add tests for itmoneromooo-monero2018-09-112-1/+13
* bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-1/+1
* performance_tests: add tx checking tests with more than 2 outputsmoneromooo-monero2018-09-112-11/+22
* performance_tests: add a --verbose flag, and default to tersemoneromooo-monero2018-09-112-102/+116
* add Straus multiexpmoneromooo-monero2018-09-113-0/+97
* performance_tests: add crypto opsmoneromooo-monero2018-09-113-0/+133
* performance_tests: add bulletproofsmoneromooo-monero2018-09-113-0/+73
* performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2018-09-111-0/+10
* performance_tests: add (Borromean) range proofsmoneromooo-monero2018-09-113-0/+68
* performance_tests: don't override log level to 0moneromooo-monero2018-09-111-1/+0
* add and use constant time 32 byte equality functionmoneromooo-monero2018-08-232-0/+78
* core_tests: add --filter to select which tests to runmoneromooo-monero2018-07-071-20/+1
* performance_tests: fix subaddress expansion test not expandingmoneromooo-monero2018-03-271-1/+1
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-141-1/+1
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-043-4/+5
* Merge pull request #3226Riccardo Spagni2018-02-161-1/+1
|\
| * performance_tests: remove add_arg call stray extra parammoneromooo-monero2018-02-021-1/+1
* | Fix coverity issues in performance_tests/main.cpph9087141242018-02-071-0/+2
|/
* Merge pull request #3185Riccardo Spagni2018-01-271-8/+8
|\
| * performance_tests: fix build after merging two conflicting patchesmoneromooo-monero2018-01-261-8/+8
* | Readd copyright starting datexmr-eric2018-01-262-2/+2
* | Update 2018 copyrightxmr-eric2018-01-2620-20/+20
|/
* Merge pull request #3064Riccardo Spagni2018-01-252-52/+97
|\
| * performance_tests: add a --filter option to select what to runmoneromooo-monero2018-01-042-52/+97
* | Merge pull request #3042Riccardo Spagni2018-01-252-0/+97
|\ \ | |/ |/|
| * performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2017-12-312-0/+97
* | performance_tests: add a test for subaddress expansionmoneromooo-monero2017-12-183-0/+70
|/
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-1/+1
* make this build on SunOS/SolarisPavel Maryanov2017-11-141-2/+2
* Merge pull request #2696Riccardo Spagni2017-11-141-0/+2
|\
| * Initialize openssl on startupmoneromooo-monero2017-10-211-0/+2
* | core_tests: fix for subaddress patchkenshi842017-10-171-1/+1
* | performance_tests: add master spend pubkey to subaddress hashtablekenshi842017-10-161-0/+1
|/
* performance_tests: fix build after subaddress patchmoneromooo-monero2017-10-151-1/+4
* Subaddresseskenshi842017-10-076-7/+18
* Merge pull request #2518Riccardo Spagni2017-10-022-2/+2
|\
| * performance_tests: adjust some iterations down a bitmoneromooo-monero2017-09-242-2/+2
* | performance_tests: add a test for is_out_to_acc_precompmoneromooo-monero2017-09-252-0/+23
|/
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-2116-16/+16
* tests: fixup include paths after cryptonote_core splitmoneromooo-monero2017-02-121-1/+1
* Merge pull request #1706Riccardo Spagni2017-02-124-4/+132
|\
| * performance_tests: report small time per call in microsecondsmoneromooo-monero2017-02-101-3/+13
| * performance_tests: add tests for sc_reduce32 and cn_fast_hashmoneromooo-monero2017-02-103-1/+116