adoptium / bumblebench

A microbenchmarking test framework for Eclipse Adoptium
Apache License 2.0
23 stars 32 forks source link

Jitserver benchmarker #33

Closed yde773786 closed 5 months ago

yde773786 commented 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.