Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subpath committed Apr 1, 2023
1 parent 42f143e commit 0780e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ fn main() {
Using 100k weighted strings

```
weighted_trie/insert time: [342.41 ms 343.86 ms 345.56 ms]
weighted_trie/lookup time: [1.8608 ms 1.9351 ms 2.0834 ms]
weighted_trie/build time: [326.27 ms 330.74 ms 337.03 ms]
weighted_trie/insert time: [374.13 ms 377.97 ms 382.13 ms]
weighted_trie/lookup time: [709.69 µs 725.45 µs 751.34 µs]
weighted_trie/build time: [375.60 ms 380.36 ms 385.45 ms]
```

### Guidelines
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
//! Using 100k weighted strings
//!
//! ```text
//! weighted_trie/insert time: [342.41 ms 343.86 ms 345.56 ms]
//! weighted_trie/lookup time: [1.8608 ms 1.9351 ms 2.0834 ms]
//! weighted_trie/build time: [326.27 ms 330.74 ms 337.03 ms]
//! weighted_trie/insert time: [374.13 ms 377.97 ms 382.13 ms]
//! weighted_trie/lookup time: [709.69 µs 725.45 µs 751.34 µs]
//! weighted_trie/build time: [375.60 ms 380.36 ms 385.45 ms]
//! ```
//!
//! ## Guidelines
Expand Down

0 comments on commit 0780e39

Please sign in to comment.