Browse Source

Add short description to example/ binaries

refactor-mempool
Roman Zeyde 6 years ago
parent
commit
85687f18dd
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 1
      examples/index.rs
  2. 2
      examples/load.rs

1
examples/index.rs

@ -1,3 +1,4 @@
/// Benchmark regular indexing flow (using JSONRPC), don't persist the resulting index.
extern crate electrs;
extern crate error_chain;

2
examples/load.rs

@ -1,3 +1,5 @@
/// Benchmark bulk indexing flow (using local blk*.dat files).
/// Persist (and compact) the resulting index
extern crate electrs;
#[macro_use]

Loading…
Cancel
Save