public class SumByBigDecimalTest extends AbstractJMHTestRunner
| Constructor and Description |
|---|
SumByBigDecimalTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
sumByAccount_ec() |
MutableMap<Account,BigDecimal> |
sumByBigDecimalAccount_parallel_eager_ec() |
MutableMap<Account,BigDecimal> |
sumByBigDecimalAccount_serial_eager_ec() |
MutableMap<String,BigDecimal> |
sumByBigDecimalCategory_parallel_eager_ec() |
MutableMap<String,BigDecimal> |
sumByBigDecimalCategory_serial_eager_ec() |
MutableMap<Product,BigDecimal> |
sumByBigDecimalProduct_parallel_eager_ec() |
MutableMap<Product,BigDecimal> |
sumByBigDecimalProduct_serial_eager_ec() |
void |
sumByCategory_ec() |
void |
sumByProduct_ec() |
runTestspublic MutableMap<Product,BigDecimal> sumByBigDecimalProduct_serial_eager_ec()
public MutableMap<Product,BigDecimal> sumByBigDecimalProduct_parallel_eager_ec()
public void sumByProduct_ec()
public MutableMap<Account,BigDecimal> sumByBigDecimalAccount_serial_eager_ec()
public MutableMap<Account,BigDecimal> sumByBigDecimalAccount_parallel_eager_ec()
public void sumByAccount_ec()
public MutableMap<String,BigDecimal> sumByBigDecimalCategory_serial_eager_ec()
public MutableMap<String,BigDecimal> sumByBigDecimalCategory_parallel_eager_ec()
public void sumByCategory_ec()
Copyright © 2004–2016. All rights reserved.