// harness.addProduct(new CombinedLookupReplacer(32));
harness.addProduct(new CombinedLookupAppender(0));
// 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());