index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
bench.cpp
Age
Commit message (
Expand
)
Author
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-01-28
Fix benchmarks filters
Elichai Turkel
2020-01-02
test: Show debug log on unit test failure
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-30
test: Add RegTestingSetup to setup_common
MarcoFalke
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-18
benchmark: Removed bench/perf.cpp
Thomas Snider
2018-01-16
Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-07
bench: switch to std::chrono for time measurements
Cory Fields
2017-09-11
Remove countMaskInv caching in bench framework
Matt Corallo
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-31
Restore default format state of cout after printing with std::fixed/setprecision
practicalswift
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-06
Merge #9547: bench: Assert that division by zero is unreachable
Wladimir J. van der Laan
2017-02-07
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-02
Assert that what might look like a possible division by zero is actually unre...
practicalswift
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-22
bench: Add support for measuring CPU cycles
Wladimir J. van der Laan
2016-11-22
bench: Fix subtle counting issue when rescaling iteration count
Wladimir J. van der Laan
2016-05-30
Avoid integer division in the benchmark inner-most loop.
Gregory Maxwell
2015-10-27
[Trivial] ensure minimal header conventions
Philip Kaufmann
2015-09-30
Support very-fast-running benchmarks
Gavin Andresen
2015-09-30
Simple benchmarking framework
Gavin Andresen