aboutsummaryrefslogtreecommitdiff
path: root/src/bench/rpc_blockchain.cpp
AgeCommit message (Expand)Author
2022-04-19move-mostly: Make fHavePruned a BlockMan memberCarl Dong
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05rpc: Add level 3 verbosity to getblock RPC call.fyquah
2021-10-05rpc: Replace boolean argument for tx details with enum class.fyquah
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-13Add benchmark to write JSON into a stringMartin Ankerl
2021-01-24Fix BlockToJsonVerbose benchmarkMartin Ankerl
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-10-15Remove unused includespracticalswift
2019-07-05bench: Benchmark blockToJSONKirill Fomichev