Add short description to example/ binaries
This commit is contained in:
parent
96c0737649
commit
85687f18dd
|
@ -1,3 +1,4 @@
|
||||||
|
/// Benchmark regular indexing flow (using JSONRPC), don't persist the resulting index.
|
||||||
extern crate electrs;
|
extern crate electrs;
|
||||||
extern crate error_chain;
|
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;
|
extern crate electrs;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user