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