Add short description to example/ binaries

This commit is contained in:
Roman Zeyde 2018-08-01 15:00:18 +03:00
parent 96c0737649
commit 85687f18dd
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
2 changed files with 3 additions and 0 deletions

View File

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

View File

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