public class FunctionalInterfaceTest extends AbstractJMHTestRunner
| Modifier and Type | Field and Description |
|---|---|
int |
megamorphicWarmupLevel |
| Constructor and Description |
|---|
FunctionalInterfaceTest() |
runTestspublic void setUp()
public void setUp_megamorphic()
public void tearDown()
throws InterruptedException
InterruptedExceptionpublic void test_serial_lazy_jdk()
public void test_parallel_lazy_jdk()
public MutableList<Integer> serial_eager_ec()
public void test_serial_eager_ec()
public MutableList<Integer> serial_eager_ec_hand_coded()
public void test_serial_eager_ec_hand_coded()
public MutableList<Integer> serial_lazy_ec()
public void test_serial_lazy_ec()
public MutableList<Integer> parallel_eager_ec()
public void test_parallel_eager_ec()
public MutableList<Integer> parallel_lazy_ec()
public void test_parallel_lazy_ec()
public CompositeFastList<Integer> parallel_eager_ec_hand_coded()
public void test_parallel_eager_ec_hand_coded()
public MutableList<Integer> parallel_lazy_ec_hand_coded()
public void test_parallel_lazy_ec_hand_coded()
public void serial_eager_scala()
public void test_serial_eager_scala()
public void serial_lazy_scala()
public void test_serial_lazy_scala()
public void parallel_lazy_scala()
public void test_parallel_lazy_scala()
public void parallel_lazy_scala_hand_coded()
public void test_parallel_lazy_scala_hand_coded()
Copyright © 2004–2016. All rights reserved.