544545546547548549550
* * @param perfTest base data * @return created {@link GrinderProperties} instance */ public GrinderProperties getGrinderProperties(PerfTest perfTest) { return getGrinderProperties(perfTest, new NullScriptHandler()); }