summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.c
AgeCommit message (Collapse)Author
2020-03-20more statistics, make explicit table lock optional, can hurt performance badlyChristian Grothoff
2020-03-20have variant where we first setup all reservesChristian Grothoff
2020-03-20improving benchmarking logic, including more timingsChristian Grothoff
2020-03-19enable using python bank with benchmarkChristian Grothoff
2020-03-19make DB reset optional in API, use it in tests, but not in the benchmarkChristian Grothoff
2020-03-19have benchmark driver also launch auditorChristian Grothoff
2020-03-19option -i was removedChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-14fix use after freeChristian Grothoff
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-19leak fixesChristian Grothoff
2020-01-19config syntax for accountsFlorian Dold
2020-01-19leaksChristian Grothoff
2020-01-19fix merge conflictChristian Grothoff
2020-01-19clean up benchmark logicChristian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-19fix benchmarkChristian Grothoff
2020-01-18fix compiler warningsChristian Grothoff
2020-01-18dce: redundant argFlorian Dold
2020-01-17DCE, part oneFlorian Dold
2020-01-13die, dead #include, dieChristian Grothoff
2020-01-13eliminate libtalerwireChristian Grothoff
2020-01-13fix ftbfsChristian Grothoff
2020-01-13refactor to make it easier to share init logic for test configurationsChristian Grothoff
2020-01-12fix ftbfsChristian Grothoff
2020-01-11remove exchange-url argument from /admin/add/incomingChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ↵Christian Grothoff
main code compiles, testcases known to fail, code sure not to fully work yet
2019-12-23make exchange test suite work with current bankChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-09-10do use main_cb/main_cb_clsChristian Grothoff
2019-08-25re-format codeFlorian Dold
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
2018-12-18/withdraw: #5284.Marcello Stanisci
2018-12-18/refresh/*: #5284.Marcello Stanisci
2018-12-18/deposit: #5284.Marcello Stanisci