Browse Source
Add short description to example/ binaries
refactor-mempool
Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
2 changed files with
3 additions and
0 deletions
-
examples/index.rs
-
examples/load.rs
|
|
@ -1,3 +1,4 @@ |
|
|
|
/// Benchmark regular indexing flow (using JSONRPC), don't persist the resulting index.
|
|
|
|
extern crate electrs; |
|
|
|
extern crate error_chain; |
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@ |
|
|
|
/// Benchmark bulk indexing flow (using local blk*.dat files).
|
|
|
|
/// Persist (and compact) the resulting index
|
|
|
|
extern crate electrs; |
|
|
|
|
|
|
|
#[macro_use] |
|
|
|