// harness.addProduct(new CombinedLookupAppender(32));
harness.addProduct(new SeparateLookupReplacer(0));
// harness.addProduct(new SeparateLookupReplacer(32));
harness.addProduct(new IterativeReplacer(0));
// harness.addProduct(new IterativeReplacer(32));
harness.addProduct(new IterativeAppender(0));
// harness.addProduct(new IterativeAppender(32));
harness.addProduct(new IterativeAppenderWithShortcut());
harness.addProduct(new CachingIterativeAppenderWithShortcut());
harness.addTarget(new FieldReflection());
harness.addTarget(new Field_Reflection());