You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ctor default size all collections benchmarks
* ctor given size all collections benchmarks
* ctor from collection all collections benchmarks
* move to a dedicated folder, add categories
* iterate for each all collections
* iterate for loop all collections
* iterate for each non generic collections
* iterate for loop non generic collections
* update to BDN which offers glob filtering so I can filter like a pro ;)
* Contains for all generic collections
* ContainsKey for all generic collections
* add benchmarks
* try add benchmarks
* Enqueue and Push benchmarks
* Indexer Set benchmarks
* remove benchmarks
* clear benchmarks
* refactoring and cleanup + set LangVersion to latest
* add missing benchmarks
* fix a typo
* add missing ConcurrentBag.TryTake benchmark
* AddRemoveFromSameThreads benchmarks
* AddRemoveFromDifferentThreads benchmarks
* IsEmpty benchmarks
* Count benchmarks
* support new glob filters
* add ICollection, IDictionary and IEnumerable benchmarks
* use more future proof constant
* code review fixes
* NETFRAMEWORK is predefined const!
* remove the array benchmark
These tests contain a lot of setup/cleanup logic, good issue for a start
The text was updated successfully, but these errors were encountered: