summaryrefslogtreecommitdiff
path: root/src/benchmark
AgeCommit message (Collapse)Author
2019-07-24fix benchmark FTBFSChristian Grothoff
2019-06-30fix FTBFSMarcello Stanisci
2019-06-30use proper default configurationChristian Grothoff
2019-06-08fix #5756, also change sepa->iban as per payto:// specChristian Grothoff
2019-06-03getchar() result is intentionally discarded, make this clearChristian Grothoff
2019-06-03check more return valuesChristian Grothoff
2019-05-02benchmark: don't print result as exchange workerFlorian Dold
2019-05-01benchmark: terminate exchange slave properlyFlorian Dold
2019-05-01benchmar: wait for exchange worker to terminateFlorian Dold
2019-05-01Don't free null strings.Florian Dold
When running in client-only mode, this string will never be allocated, but the code tried to free it ...
2019-03-16fix swapped arguments, and add const where required, do not free const ptrChristian Grothoff
2019-03-13Swapping parametersMarcello Stanisci
2019-03-13fix double-freeMarcello Stanisci
2019-03-13stop wirewatch if launching exchange failsChristian Grothoff
2019-03-13return proper error message instead of aborting, fix a few minor memory ↵Christian Grothoff
leaks in taler-exchange-benchmark
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff
2018-12-18/withdraw: #5284.Marcello Stanisci
2018-12-18/refresh/*: #5284.Marcello Stanisci
2018-12-18/deposit: #5284.Marcello Stanisci
2018-11-10preparing test logic for new auditor requirements (incomplete)Christian Grothoff
2018-10-02benchmark: variable 'refresh rate'Florian Dold
2018-10-02print CPU time for benchmark descendant processesFlorian Dold
2018-09-21result must be signedFlorian Dold
2018-09-21benchmark: don't crash on --helpFlorian Dold
2018-08-23exchange benchmark: add option to linger around after we're doneFlorian Dold
2018-08-23remove automatically generated file that always changesFlorian Dold
2018-08-19fix preflight check failureChristian Grothoff
2018-08-19re-init logging so we can tell by PID who it isChristian Grothoff
2018-08-19make transactions smaller to try to reduce rollbacksChristian Grothoff
2018-08-19add logic to allow fakebank transfers to be retriedChristian Grothoff
2018-08-19retry instantly if /keys download fails during testcase startupChristian Grothoff
2018-08-19increase client limitFlorian Dold
2018-08-19add logic to retry /keys if /keys download failsChristian Grothoff
2018-08-19increase listen backlog for fakebankFlorian Dold
2018-08-19benchmark: remove odd macroFlorian Dold
2018-08-19add remote benchmarkingFlorian Dold
2018-08-16make curl check saner, use AS_IFChristian Grothoff
2018-08-11make wirewatch batch size adaptive to transaction success/failureChristian Grothoff
2018-08-11implement retries for a few more commandsChristian Grothoff
2018-08-11be aggressiveChristian Grothoff
2018-08-11add multi-reserve support, improve load balancing by not reusing connections ↵Christian Grothoff
in benchmark
2018-08-10resign account-2Christian Grothoff
2018-08-10use timeout option in benchmarkChristian Grothoff
2018-08-10add a few more FOR UPDATE where appropriateChristian Grothoff
2018-08-10launch wirewatch in the background for benchmarkingChristian Grothoff
2018-08-10use retry in benchmarkChristian Grothoff
2018-08-10fix bug wrt signature handling during withdraw (with/without optimistic signing)Christian Grothoff
2018-08-09spaceingChristian Grothoff
2018-08-09use correct HTTP status code for commit failuresChristian Grothoff
2018-08-09report ore precisely where commands went wrongChristian Grothoff