public BenchmarkTest()
 {
     model            = new TestModel();
     FuzzyHandler     = model.Model1.FuzzyTree();
     HashHandler      = model.Model1.HashTree();
     PrecisionHandler = model.Model1.PrecisioTree();
     DictHandler      = model.Model1;
     ConDictHandler   = new ConcurrentDictionary <string, string>(model.Model1);
 }
Beispiel #2
0
 public FuzzyTest()
 {
     model    = new TestModel();
     Handler1 = model.Model1.FuzzyTree();
 }