Updated benchmarks
fixed prefix logic
This commit is contained in:
parent
f1488881d3
commit
978d0873dc
4 changed files with 67 additions and 246 deletions
|
|
@ -13,10 +13,10 @@ using PersistentMap;
|
|||
[MemoryDiagnoser]
|
||||
public class ImmutableBenchmark
|
||||
{
|
||||
[Params(10, 100, 1000)]
|
||||
[Params(10, 100)]
|
||||
public int N { get; set; }
|
||||
|
||||
[Params(1000)]
|
||||
[Params(10000)]
|
||||
public int CollectionSize { get; set; }
|
||||
|
||||
private ImmutableDictionary<string, string> _immutableDict;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue