aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5102Riccardo Spagni2019-03-042-62/+59
|\
| * performance_tests: better stats, and keep track of timing historymoneromooo-monero2019-01-282-62/+59
* | performance_tests: add tests for new Cryptonight variantsmoneromooo-monero2019-03-042-10/+10
* | add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-223-23/+25
|/
* Merge pull request #4795Riccardo Spagni2018-11-162-0/+6
|\
| * rct: add a zeroCommit cache for common pre-rct casemoneromooo-monero2018-11-042-0/+6
* | Merge pull request #4732Riccardo Spagni2018-11-063-5/+93
|\ \
| * | performance_tests: add ge_p3_tobytesmoneromooo-monero2018-10-262-0/+81
| * | performance_tests: measure ge_frombytes_vartime onlymoneromooo-monero2018-10-261-5/+12
| |/
* | multiexp: handle pippenger multiexps with part precalcmoneromooo-monero2018-10-221-2/+2
* | performance_tests: sc_check and ge_dsm_precompmoneromooo-monero2018-10-224-0/+60
|/
* Merge pull request #4459Riccardo Spagni2018-09-291-4/+4
* bulletproofs: speed up the latest changes a bitmoneromooo-monero2018-09-112-0/+6
* performance_tests: add padded bulletproof constructionmoneromooo-monero2018-09-112-2/+14
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-112-17/+20
* bulletproofs: reject points not in the main subgroupmoneromooo-monero2018-09-112-0/+3
* Add Pippenger cache and limit Straus cache sizemoneromooo-monero2018-09-112-9/+135
* performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2018-09-112-291/+383
* performance_tests: add aggregated bulletproof tx verificationmoneromooo-monero2018-09-112-0/+81
* 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