Skip to content

Commit e43778b

Browse files
committed
Clarify benchmarking
1 parent 53ccaf6 commit e43778b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ dotnet run -c=Release --project=Benchmarking
164164
You may see that `DictionaryList<T>` is an all-rounded, midway solution between a `List<T>` and a `Dictionary<TKey,TValue>`.
165165

166166
### Sample benchmarking results
167-
The benchmark is run with the initial version of this library.
167+
The benchmark is run with version `0.1.0` of this library.
168168

169-
See `BENCHMARK.md`.
169+
For details, please see `BENCHMARK.md`.
170170

171171
## Testing
172172
This package uses NUnit for testing.

0 commit comments

Comments
 (0)