Closed yde773786 closed 5 months ago
Adds functionality to benchmark the JITServer.
Run the JITServer benchmarker as follows:
cd JITServer_benchmarking_utils/ python3 jitserver_benchmarker [-h] -o OPENJ9_PATH -c COMPILER_CONFIGURATION -b BUMBLEBENCH_JITSERVER_PATH [-l] -k KERNEL_CONFIGURATION
Example kernel_config and compiler_config can be found at JITServer_benchmarking_utils/kernel_config.json and JITServer_benchmarking_utils/compiler_config.json respectively.
kernel_config
compiler_config
JITServer_benchmarking_utils/kernel_config.json
JITServer_benchmarking_utils/compiler_config.json
Adds functionality to benchmark the JITServer.
Run the JITServer benchmarker as follows:
Example
kernel_config
andcompiler_config
can be found atJITServer_benchmarking_utils/kernel_config.json
andJITServer_benchmarking_utils/compiler_config.json
respectively.