Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wsm2110 committed Nov 13, 2024
1 parent 91635f2 commit 11981c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3880/23H2/2023Update/SunValley3
```
### Get Benchmark

| Method | Length | Mean | Error | StdDev | Median | Allocated |
|--------------|----------|-------------:|------------:|-------------:|-------------:|----------:|
| **DenseMap** | **1000** | **0.00183 ms** | **0.00001 ms** | **0.00001 ms** | **0.70** | **341 B** | **-** | **NA** |
| RobinhoodMap | 1000 | 0.00137 ms | 0.00000 ms | 0.00000 ms | 0.53 | 175 B | - | NA |
| Dictionary | 1000 | 0.00260 ms | 0.00001 ms | 0.00001 ms | 1.00 | 412 B | - | NA |
Expand Down

0 comments on commit 11981c7

Please sign in to comment.