Roman Zeyde
|
85687f18dd
|
Add short description to example/ binaries
|
7 years ago |
Roman Zeyde
|
b9c778f02d
|
Respond to SIGINT while waiting for re-connections
|
7 years ago |
Roman Zeyde
|
1d59449677
|
Abstract cookie handling to a trait object
This would allow re-loading JSONRPC cookie after bitcoind restart
|
7 years ago |
Roman Zeyde
|
2d74d6d4f0
|
Rename a few Config members following #19
rpc_addr -> electrum_rpc_addr
daemon_rpc_url -> daemon_rpc_addr
|
7 years ago |
Lawrence Nahum
|
408372cba4
|
make listen port and bitcoin rpc configurable
|
7 years ago |
Roman Zeyde
|
b32e503db2
|
Rename regular indexing benchmark
|
7 years ago |
Roman Zeyde
|
4c182a0650
|
Fix formatting
|
7 years ago |
Roman Zeyde
|
da570a9182
|
Fix benchmarks
|
7 years ago |
Roman Zeyde
|
130ced9ae0
|
Format using nightly rustfmt
|
7 years ago |
Roman Zeyde
|
82c2caa3af
|
Fix Daemon usage by benchmarks
|
7 years ago |
Roman Zeyde
|
fe03b121f1
|
Update multiple `use` formatting
|
7 years ago |
Roman Zeyde
|
1c70addede
|
Fix travis
|
7 years ago |
Roman Zeyde
|
f631bf26af
|
Dedup FakeStore definition
|
7 years ago |
Roman Zeyde
|
8e0a719cee
|
Replace eprintln!() by error!()
|
7 years ago |
Roman Zeyde
|
712c86d405
|
Fix small typo in bench_index
|
7 years ago |
Roman Zeyde
|
a8e26e6e33
|
Revert "Update formatting following Rust 1.27 update"
This reverts commit 7372f8e239 .
|
7 years ago |
Roman Zeyde
|
7372f8e239
|
Update formatting following Rust 1.27 update
|
7 years ago |
Roman Zeyde
|
0afde683c1
|
Move benchmark tool to examples/
|
7 years ago |
Roman Zeyde
|
71dc45074b
|
Run fetching and indexing in separate threads
Indexing throughput should improve since fetching takes ~half of the time.
|
7 years ago |
Roman Zeyde
|
a6c9912c55
|
Start monitoring server at benchmark tool
|
7 years ago |
Roman Zeyde
|
6650fbe888
|
Monitor Bitcoind RPC latency
|
7 years ago |
Roman Zeyde
|
05fd268b51
|
Replace indexing timer logging by proper monitoring
|
7 years ago |
Roman Zeyde
|
70a5085469
|
Allow indexing cancellation via SIGINT
|
7 years ago |
Roman Zeyde
|
0a3df920cf
|
Flush DB after the last index update
|
7 years ago |
Roman Zeyde
|
946bff4c0e
|
Remove logging from index benchmark
|
7 years ago |
Roman Zeyde
|
8574e6dc96
|
Add benchmarking tool for initial block download and indexing
(without DB writes)
|
7 years ago |