summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.c
AgeCommit message (Collapse)Author
2016-06-10-do not ignore error code...Christian Grothoff
2016-06-10first steps in refresh reveal in benchmarkMarcello Stanisci
2016-06-10melting logic (still no reveal) in benchmarkMarcello Stanisci
2016-06-10addressing compilation warningsMarcello Stanisci
2016-06-10preparing refresh blobMarcello Stanisci
2016-06-09- picking needed JSONs from files instead of hardcodingMarcello Stanisci
- populating (by hand) the array of denominations needed for refreshing - minor fixes
2016-06-09removing decref from wring placeMarcello Stanisci
2016-06-08json_decref in shutdownMarcello Stanisci
2016-06-08getting banking details through config file in benchmarkMarcello Stanisci
2016-06-08- calling exchange via GNUNET_OS_ interfaceMarcello Stanisci
- getting currency via /keys - adding -c option (benchmark)
2016-06-07first steps in refreshing in benchmarkMarcello Stanisci
2016-06-07Merge branch 'master' of ssh://taler.net/var/git/exchangeMarcello Stanisci
2016-06-07adding find_pk() to benchmarkMarcello Stanisci
2016-06-07add exchange_pub to callbacksChristian Grothoff
2016-06-06mergeChristian Grothoff
2016-06-06fixing compiler warnings, indentation, etc.Christian Grothoff
2016-06-06fixing segfault when shutting down benchmark, but now it hangs..Marcello Stanisci
2016-06-06spending logic in benchmarkMarcello Stanisci
2016-06-04freeing in shutdownMarcello Stanisci
2016-06-04withdrawing coins and picking the ones to spend according to a given ↵Marcello Stanisci
probability (see macro SPEND_PROBABILITY), for benchmarking
2016-06-03generating (global) blinding key for benchmarkMarcello Stanisci
2016-06-03fixing benchmark compilationMarcello Stanisci
2016-06-03anti-segfault comments, cancelling pending operation when shutting down ↵Marcello Stanisci
benchmark
2016-06-03creating reserves for benchmarkMarcello Stanisci
2016-05-30commentsMarcello Stanisci
2016-05-30invoking benchmark_run() after getting /keys from exchange. Still doesn't ↵Marcello Stanisci
work with https
2016-05-30adding --pool-size option to benchmark,Marcello Stanisci
correcting comments
2016-05-30benchmark makefileMarcello Stanisci