summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.c
AgeCommit message (Expand)Author
2018-08-09in parallel tests, only launch one exchange -- still broken: code attempts to...Christian Grothoff
2018-08-09use fprintf / stdout for final benchmark resultChristian Grothoff
2018-08-07first quick hack for parallelizing benchmarkChristian Grothoff
2018-08-06fix buildChristian Grothoff
2018-07-27Benchmark,Marcello Stanisci
2018-07-27Make benchmark config file working.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
2018-07-25Give default loglev at benchmark.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-12-10eliminate use of exchange's /admin/add/incoming with fakebank in taler-exchan...Christian Grothoff
2017-11-29fixing #5178Christian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs to...Christian Grothoff
2017-10-17exit more nicely if command line arguments were wrongChristian Grothoff
2017-10-06use proper return value, some c99 changesChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-07-01implement logic to check protocol version compatibility (#5035)Christian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-04fix indentationChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-03-25renaming GNUNET_GETOPT-symbols to match latest changes in GNUnetChristian Grothoff
2017-03-15update getopt config parsing style to match 'getopt' GNUnet branch API changeChristian Grothoff
2017-02-07remove transaction_id, only one payment per proposal allowedFlorian Dold
2017-02-06contract terminology renaming (#4877)Florian Dold
2016-10-20fixing taler-benchmark build issues introduced by recent API changesChristian Grothoff
2016-09-23check return values, fix use of uninit memory on certain error handling pathsChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-16typoMarcello Stanisci
2016-06-16typoMarcello Stanisci
2016-06-15check refresh amounts add up correctly, fix linker issueChristian Grothoff
2016-06-15more sanity checks, better clean upChristian Grothoff
2016-06-15nicer reportsChristian Grothoff
2016-06-15add support to collect basic metrics and to terminate automaticallyChristian Grothoff
2016-06-15first working version of benchmark logicChristian Grothoff
2016-06-15clean up blobsChristian Grothoff
2016-06-15merge refresh closure into struct CoinChristian Grothoff
2016-06-15restructure benchmark logic so that we can schedule each operation independentlyChristian Grothoff
2016-06-15avoid passing int's as void*'s in benchmark logicChristian Grothoff
2016-06-15make exchange URI a command-line optionChristian Grothoff
2016-06-15misc minor stylistic fixes to benchmark tool:Christian Grothoff
2016-06-14left=0 after successful revealMarcello Stanisci
2016-06-14commentsMarcello Stanisci
2016-06-14reconstructing array of denominations for coins gottenMarcello Stanisci
2016-06-13fixing corrupted DLL (resulting from double call to json_decref())Marcello Stanisci
2016-06-13Merge branch 'master' of git+ssh://git.taler.net/var/git/exchangeChristian Grothoff
2016-06-13implement #4569Christian Grothoff
2016-06-13adding re-withdrawing of spent and non-refreshed coinsMarcello Stanisci
2016-06-11placing refreshed coins where all coins areMarcello Stanisci
2016-06-11defining struct for refreshed coinsMarcello Stanisci