summaryrefslogtreecommitdiff
path: root/src/benchmark
AgeCommit message (Collapse)Author
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-31untracking binaryMarcello Stanisci
2016-05-31linking benchmark using $(top_builddir) instead of -l in Makefile.amMarcello Stanisci
2016-05-31adding a few more uniqueness constraints to DBChristian Grothoff
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