summaryrefslogtreecommitdiff
path: root/src/benchmark
AgeCommit message (Collapse)Author
2018-07-27Benchmark,Marcello Stanisci
extract bank url from the configuration; then make example config usable.
2018-07-27Add make target to clean blobs from the benchmark.Marcello Stanisci
2018-07-27Make benchmark config file working.Marcello Stanisci
2018-07-25Remove old note.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Building the /wire response object inside the tool.
2018-07-25Add benchmark example config file.Marcello Stanisci
2018-07-25Give default loglev at benchmark.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Removing "-new" part from the source file.
2018-07-25Prefer strncpy()Marcello Stanisci
2018-07-25Use proper exchange preparator (benchmark)Marcello Stanisci
2018-07-25no ApiKey for benchmarkMarcello Stanisci
2018-07-25Fix segfault.Marcello Stanisci
2018-07-25Benchmark uses fakebank now.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Measuring time and print outcome.
2018-07-25Benchmark.Marcello Stanisci
Fix default runs' number and payto construction.
2018-07-25Benchmark.Marcello Stanisci
Batching all the commands together.
2018-07-25Benchmark.Marcello Stanisci
Define the "unity" benchmark: a array of CMDs containing at least a withdraw+deposit, and _possibly_ a refresh operation.
2018-07-25Benchmark.Marcello Stanisci
Calculating total amount for the (unique) reserve.
2018-07-24Benchmark.Marcello Stanisci
Iterations are counted "per coin". Basically, the user expresses how many coins they want to instantiate for a single invocation of the command.
2018-07-24Benchmark.Marcello Stanisci
Making imported benchmark a stub ; and getting it to compile.
2018-07-24Fix benchmark.Marcello Stanisci
Importing the _merchant_ benchmark source file here and including it into the compilation system.
2018-07-04lookahead/duration options are in [exchange], not [exchange_keys], use ↵Christian Grothoff
consistently
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well.
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-12-10eliminate use of exchange's /admin/add/incoming with fakebank in ↵Christian Grothoff
taler-exchange-benchmark
2017-11-29fixing #5178Christian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs ↵Christian Grothoff
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced
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-05-04adding support for transaction history to wire plugin API (#4959)Christian 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-03-03changing wire plugin specification from [exchange]WIREFORMAT to ↵Christian Grothoff
[exchange-wire-PLUGIN]enable=YES/NO
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-20-distfixChristian Grothoff
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
-fix leak -fix leaks
2016-06-15add support to collect basic metrics and to terminate automaticallyChristian Grothoff