aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Merge pull request #5893luigi11111-1/+1
2019-09-07tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR)anonimal1-1/+1
2019-09-04difficulty: fix check_hash on big endianmoneromooo-monero1-4/+10
2019-08-27MLSAG speedup and additional checksSarang Noether2-24/+8
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-4/+4
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero3-0/+76
2019-03-17Merge pull request #5192Riccardo Spagni1-2/+2
2019-03-05Update 2019 copyrightbinaryFate27-27/+27
2019-03-04Merge pull request #5102Riccardo Spagni2-62/+59
2019-03-04performance_tests: add tests for new Cryptonight variantsmoneromooo-monero2-10/+10
2019-02-25performance_tests: fix NetBSD buildmoneromooo-monero1-2/+2
2019-01-28performance_tests: better stats, and keep track of timing historymoneromooo-monero2-62/+59
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero3-23/+25
2018-11-16Merge pull request #4795Riccardo Spagni2-0/+6
2018-11-06Merge pull request #4732Riccardo Spagni3-5/+93
2018-11-04rct: add a zeroCommit cache for common pre-rct casemoneromooo-monero2-0/+6
2018-10-26performance_tests: add ge_p3_tobytesmoneromooo-monero2-0/+81
2018-10-26performance_tests: measure ge_frombytes_vartime onlymoneromooo-monero1-5/+12
2018-10-22multiexp: handle pippenger multiexps with part precalcmoneromooo-monero1-2/+2
2018-10-22performance_tests: sc_check and ge_dsm_precompmoneromooo-monero4-0/+60
2018-09-29Merge pull request #4459Riccardo Spagni1-4/+4
2018-09-11bulletproofs: speed up the latest changes a bitmoneromooo-monero2-0/+6
2018-09-11performance_tests: add padded bulletproof constructionmoneromooo-monero2-2/+14
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2-19/+22
2018-09-11bulletproofs: reject points not in the main subgroupmoneromooo-monero2-0/+3
2018-09-11Add Pippenger cache and limit Straus cache sizemoneromooo-monero2-9/+135
2018-09-11performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2-317/+409
2018-09-11performance_tests: add aggregated bulletproof tx verificationmoneromooo-monero2-0/+81
2018-09-11Pippenger multiexpmoneromooo-monero2-1/+146
2018-09-11performance_tests: document the tested bulletproof layoutsmoneromooo-monero1-8/+8
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero1-1/+1
2018-09-11performance_tests: add signature generation/verificationmoneromooo-monero3-0/+72
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero3-0/+51
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero2-1/+13
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero1-1/+1
2018-09-11performance_tests: add tx checking tests with more than 2 outputsmoneromooo-monero2-12/+23
2018-09-11performance_tests: add a --verbose flag, and default to tersemoneromooo-monero2-121/+135
2018-09-11add Straus multiexpmoneromooo-monero3-0/+97
2018-09-11performance_tests: add crypto opsmoneromooo-monero3-0/+133
2018-09-11performance_tests: add bulletproofsmoneromooo-monero3-0/+73
2018-09-11performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero1-0/+10
2018-09-11performance_tests: add (Borromean) range proofsmoneromooo-monero3-0/+68
2018-09-11performance_tests: don't override log level to 0moneromooo-monero1-1/+0
2018-08-23add and use constant time 32 byte equality functionmoneromooo-monero2-0/+78
2018-07-07core_tests: add --filter to select which tests to runmoneromooo-monero1-20/+1
2018-03-27performance_tests: fix subaddress expansion test not expandingmoneromooo-monero1-1/+1
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu1-1/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm3-4/+5
2018-02-16Merge pull request #3226Riccardo Spagni1-1/+1
2018-02-07Fix coverity issues in performance_tests/main.cpph9087141241-0/+2
2018-02-02performance_tests: remove add_arg call stray extra parammoneromooo-monero1-1/+1
2018-01-27Merge pull request #3185Riccardo Spagni1-8/+8
2018-01-26Readd copyright starting datexmr-eric2-2/+2
2018-01-26Update 2018 copyrightxmr-eric20-20/+20
2018-01-26performance_tests: fix build after merging two conflicting patchesmoneromooo-monero1-8/+8
2018-01-25Merge pull request #3064Riccardo Spagni2-63/+108
2018-01-25Merge pull request #3042Riccardo Spagni2-0/+97
2018-01-04performance_tests: add a --filter option to select what to runmoneromooo-monero2-63/+108
2017-12-31performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2-0/+97
2017-12-18performance_tests: add a test for subaddress expansionmoneromooo-monero3-0/+70
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero1-1/+1
2017-11-14make this build on SunOS/SolarisPavel Maryanov1-2/+2
2017-11-14Merge pull request #2696Riccardo Spagni1-0/+2
2017-10-21Initialize openssl on startupmoneromooo-monero1-0/+2
2017-10-17core_tests: fix for subaddress patchkenshi841-1/+1
2017-10-16performance_tests: add master spend pubkey to subaddress hashtablekenshi841-0/+1
2017-10-15performance_tests: fix build after subaddress patchmoneromooo-monero1-1/+4
2017-10-07Subaddresseskenshi846-7/+18
2017-10-02Merge pull request #2518Riccardo Spagni2-2/+2
2017-09-25performance_tests: add a test for is_out_to_acc_precompmoneromooo-monero2-0/+23
2017-09-24performance_tests: adjust some iterations down a bitmoneromooo-monero2-2/+2
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni16-16/+16
2017-02-12tests: fixup include paths after cryptonote_core splitmoneromooo-monero1-1/+1
2017-02-12Merge pull request #1706Riccardo Spagni4-4/+132
2017-02-10performance_tests: report small time per call in microsecondsmoneromooo-monero1-3/+13
2017-02-10performance_tests: add tests for sc_reduce32 and cn_fast_hashmoneromooo-monero3-1/+116
2017-02-10performance_tests: initialize logging at startupmoneromooo-monero1-0/+3
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi8413-25/+25
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+1
2016-12-15Preliminary support for DragonFly BSDAntonio Huete Jimenez1-2/+2
2016-11-04performance_tests: re-enable them...moneromooo-monero1-2/+0
2016-10-26tests: add performance test for keypair::generatemoneromooo-monero3-0/+56
2016-10-08tests: add performance test for ge_frombytes_vartimemoneromooo-monero3-0/+73
2016-10-08tests: add performance tests for rct signaturesmoneromooo-monero6-36/+69
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-2/+1
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-0/+1
2016-08-28add rct to the protocolmoneromooo-monero1-1/+1
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2016-01-21OpenBSD support for Monero.me0wmix1-2/+2
2015-12-31updated copyright yearRiccardo Spagni15-15/+15
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero1-0/+2
2015-01-02year updated in licenseRiccardo Spagni15-15/+15
2014-10-24cmake: fix up link linesBen Boeckel1-1/+2
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23cmake: put each test executable in its own directoryBen Boeckel1-0/+60
2014-09-11cpu affinity fixes in performance tests for FreeBSDfluffypony1-2/+2
2014-07-23License updated to BSD 3-clausefluffypony14-42/+406
2014-05-25extra filesmydesktop1-0/+45
2014-05-250.8.8updatemydesktop1-0/+3
2014-05-03initial [broken] updatemydesktop3-3/+3
2014-04-30mac osx building fixesmydesktop1-1/+1
2014-04-30various fixes to allow mac osx compilationmydesktop1-2/+6
2014-04-02json rpc for wallet and bugfixAntonio Juarez2-4/+2
2014-03-03moved all stuff to githubAntonio Juarez13-0/+630