aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/performance_tests.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | performance_tests: some windows fixesmoneromooo-monero2020-05-031-1/+1
|/ | | | | | | Too many iterations cause std::bad_alloc for the timings vector, and the micro prefix displays as some other character, so use u. Reported by iDunk
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* performance_tests: better stats, and keep track of timing historymoneromooo-monero2019-01-281-62/+54
|
* performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2018-09-111-19/+104
| | | | Stats are: min, median, standard deviation
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-0/+2
| | | | Ported from sarang's java code
* performance_tests: add a --verbose flag, and default to tersemoneromooo-monero2018-09-111-12/+23
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* performance_tests: add a --filter option to select what to runmoneromooo-monero2018-01-041-5/+10
| | | | Removes a good bit of annoyance running those
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* performance_tests: report small time per call in microsecondsmoneromooo-monero2017-02-101-3/+13
| | | | This is to not report quick operations as 0 milliseconds
* tests: add performance tests for rct signaturesmoneromooo-monero2016-10-081-0/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+118