/** Benchmark to test speed. new sampling LFU 132ms */ @Override @Test public void testBenchmarkPutGet() throws Exception { super.testBenchmarkPutGet(); }
/** setup test */ @Override @Before public void setUp() throws Exception { super.setUp(); createMemoryOnlyStore(MemoryStoreEvictionPolicy.LFU); }