public class SimpleLruCacheBenchmark extends Object
Constructor and Description |
---|
SimpleLruCacheBenchmark() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
setupBenchmark() |
void |
teardown() |
SimpleLruCache<String,String> |
testCacheRead() |
SimpleLruCache<String,String> |
testCacheWrite() |
public void setupBenchmark()
public void teardown()
public SimpleLruCache<String,String> testCacheWrite()
public SimpleLruCache<String,String> testCacheRead()
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
org.openjdk.jmh.runner.RunnerException
Copyright © 2020 Eclipse JGit Project. All rights reserved.