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
Age
Commit message (
Expand
)
Author
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-19
Merge #9498: Basic CCheckQueue Benchmarks
Wladimir J. van der Laan
2017-01-11
Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic number...
Jeremy Rubin
2017-01-09
Add Basic CheckQueue Benchmark
Jeremy Rubin
2017-01-09
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
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-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-15
bench: Use CDataStream.data()
Wladimir J. van der Laan
2016-12-13
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
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-11-10
Use better name for local variable to prevent -Wshadow compiler warning
Pavel Janík
2016-11-09
Add deserialize + CheckBlock benchmarks, and a full block hex
Matt Corallo
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-10-27
bench: Add benchmark for lockedpool allocation/deallocation
Wladimir J. van der Laan
2016-10-18
Add microbenchmarks to profile more code paths.
Russell Yanofsky
2016-05-31
Merge #8115: Avoid integer division in the benchmark inner-most loop.
Wladimir J. van der Laan
2016-05-30
Avoid integer division in the benchmark inner-most loop.
Gregory Maxwell
2016-05-30
Merge #8107: bench: Added base58 encoding/decoding benchmarks
Wladimir J. van der Laan
2016-05-28
Benchmark SipHash
Pieter Wuille
2016-05-27
bench: Added base58 encoding/decoding benchmarks
Yuri Zhykin
2016-05-11
bench: Add crypto hash benchmarks
Wladimir J. van der Laan
2016-04-28
Benchmark rolling bloom filter
Pieter Wuille
2015-10-27
[Trivial] ensure minimal header conventions
Philip Kaufmann
2015-10-06
Ignore bench_bitcoin binary.
Pavel Janík
2015-09-30
Support very-fast-running benchmarks
Gavin Andresen
2015-09-30
Simple benchmarking framework
Gavin Andresen