Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-13 | scripted-diff: Rename touched member variables | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ren() { sed -i "s/\<$1\>/$2/g" $( git grep -l "$1" ./src/ ) ; } ren nLastBlockTime m_last_block_time ren nLastTXTime m_last_tx_time ren nTimeConnected m_connected -END VERIFY SCRIPT- | |||
2021-12-13 | refactor: Use type-safe std::chrono in net | MarcoFalke | |
2021-09-21 | bench: make EvictionProtection.* work with any number of iterations | Martin Ankerl | |
Moves copying of the setup into the benchmark loop so it is possible to run the loop for an arbitrary number of times. The overhead due to copying the candidates inside the loop is about 3%. | |||
2021-07-15 | bench: fix 32-bit narrowing warning in bench/peer_eviction.cpp | Jon Atack | |
2021-07-08 | bench: add peer eviction protection benchmarks | Jon Atack | |
Co-authored-by: Vasil Dimov <vd@FreeBSD.org> |