summaryrefslogtreecommitdiff
path: root/tests/performance_tests/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* performance_test: fix bad last argument calling add_argmoneromooo-monero2018-09-271-4/+4
| | | | Coverity 182572
* bulletproofs: speed up the latest changes a bitmoneromooo-monero2018-09-111-0/+2
|
* performance_tests: add padded bulletproof constructionmoneromooo-monero2018-09-111-0/+12
|
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-13/+17
|
* bulletproofs: reject points not in the main subgroupmoneromooo-monero2018-09-111-0/+1
|
* Add Pippenger cache and limit Straus cache sizemoneromooo-monero2018-09-111-5/+126
|
* performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2018-09-111-272/+279
| | | | Stats are: min, median, standard deviation
* performance_tests: add aggregated bulletproof tx verificationmoneromooo-monero2018-09-111-0/+10
|
* Pippenger multiexpmoneromooo-monero2018-09-111-0/+142
| | | | Based on sarang's python code
* performance_tests: document the tested bulletproof layoutsmoneromooo-monero2018-09-111-8/+8
|
* performance_tests: add signature generation/verificationmoneromooo-monero2018-09-111-0/+3
|
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-0/+11
| | | | Ported from sarang's java code
* make straus cached mode thread safe, and add tests for itmoneromooo-monero2018-09-111-0/+7
|
* performance_tests: add tx checking tests with more than 2 outputsmoneromooo-monero2018-09-111-7/+14
|
* performance_tests: add a --verbose flag, and default to tersemoneromooo-monero2018-09-111-90/+93
|
* add Straus multiexpmoneromooo-monero2018-09-111-0/+15
|
* performance_tests: add crypto opsmoneromooo-monero2018-09-111-0/+16
|
* performance_tests: add bulletproofsmoneromooo-monero2018-09-111-0/+10
|
* performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2018-09-111-0/+10
|
* performance_tests: add (Borromean) range proofsmoneromooo-monero2018-09-111-0/+4
|
* 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-231-0/+6
|
* core_tests: add --filter to select which tests to runmoneromooo-monero2018-07-071-20/+1
|
* Merge pull request #3226Riccardo Spagni2018-02-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero) 2e3e90ac pass large parameters by const ref, not value (moneromooo-monero) 61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero) 9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero) 8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero) 9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero) 24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero) f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero) c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero) fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero) 03887f11 keccak: fix sanity check bounds test (moneromooo-monero) ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero) bece67f9 miner: restore std::cout precision after modification (moneromooo-monero) 1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero)
| * performance_tests: remove add_arg call stray extra parammoneromooo-monero2018-02-021-1/+1
| | | | | | | | Coverity 182572
* | Fix coverity issues in performance_tests/main.cpph9087141242018-02-071-0/+2
|/
* Merge pull request #3185Riccardo Spagni2018-01-271-8/+8
|\ | | | | | | fccd1df1 performance_tests: fix build after merging two conflicting patches (moneromooo-monero)
| * performance_tests: fix build after merging two conflicting patchesmoneromooo-monero2018-01-261-8/+8
| |
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Merge pull request #3064Riccardo Spagni2018-01-251-47/+87
|\ | | | | | | 62c45c0d performance_tests: add a --filter option to select what to run (moneromooo-monero)
| * performance_tests: add a --filter option to select what to runmoneromooo-monero2018-01-041-47/+87
| | | | | | | | Removes a good bit of annoyance running those
* | Merge pull request #3042Riccardo Spagni2018-01-251-0/+10
|\ \ | |/ |/| | | ed215d34 performance_tests: add RingCT MLSAG gen/ver tests (moneromooo-monero)
| * performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2017-12-311-0/+10
| |
* | performance_tests: add a test for subaddress expansionmoneromooo-monero2017-12-181-0/+3
|/
* Initialize openssl on startupmoneromooo-monero2017-10-211-0/+2
|
* performance_tests: add a test for is_out_to_acc_precompmoneromooo-monero2017-09-251-0/+1
|
* performance_tests: add tests for sc_reduce32 and cn_fast_hashmoneromooo-monero2017-02-101-1/+6
|
* performance_tests: initialize logging at startupmoneromooo-monero2017-02-101-0/+3
|
* performance_tests: re-enable them...moneromooo-monero2016-11-041-2/+0
| | | | I think I'm the only one to review things here...
* tests: add performance test for keypair::generatemoneromooo-monero2016-10-261-0/+4
|
* tests: add performance test for ge_frombytes_vartimemoneromooo-monero2016-10-081-0/+2
| | | | At luigi1111's request
* tests: add performance tests for rct signaturesmoneromooo-monero2016-10-081-22/+38
|
* move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-2/+0
| | | | | This avoids the need to define that variable in every program which uses epee.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* 2014 network limit 1.3 fix log/path/data +utilsrfree2monero2015-02-241-0/+2
| | | | | | | | | | | +toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers).
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* 0.8.8updatemydesktop2014-05-251-0/+3
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+62