Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat authored May 31, 2024
1 parent 4d0bd95 commit 7d1f741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ assert_eq!(*tree.get(child_2_id).unwrap().value, "there!");
assert_eq!(tree.get(child_3_id), None);
```

## Performance
## Benches

Based off of some limited benches (on my desktop PC), the following metrics are being observed:
Based off of some limited benchmarks (on my desktop PC), the following metrics are being observed:

| Test | Average Time \[microseconds\] |
|---|---|
Expand Down

0 comments on commit 7d1f741

Please sign in to comment.