Package jline.bench.fj
Class BenchFJ_Template
-
- All Implemented Interfaces:
public class BenchFJ_Template
Template for Fork-Join benchmark implementations Supports all configurations: sc, mc, mc2, mc3, mc4 with standard and high CV
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
BenchFJ_Template.FJConfig
-
Constructor Summary
Constructors Constructor Description BenchFJ_Template()
-
Method Summary
Modifier and Type Method Description static Map<String, Object>
runBenchmark(String benchmarkName, int iteration, SchedStrategy sched, BenchFJ_Template.FJConfig config, boolean highCV, int population)
Core benchmark implementation -
-
Method Detail
-
runBenchmark
static Map<String, Object> runBenchmark(String benchmarkName, int iteration, SchedStrategy sched, BenchFJ_Template.FJConfig config, boolean highCV, int population)
Core benchmark implementation
-
-
-
-