mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 14:50:45 +01:00
Add short description to example/ binaries
This commit is contained in:
parent
96c0737649
commit
85687f18dd
2 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue