v0.3.1 (2022-09-18)
Pre-release
Pre-release
Added
Base Syntax
- Use the
$RUNNING_NG_PACKAGE_DATA
environment variable to refer to base configurations shipped with running-ng, such as$RUNNING_NG_PACKAGE_DATA/base/runbms.yml
, regardless how you installed runnin-ng.
Benchmark Suites
DaCapo
gains an extra keycompanion
to facilitate eBPF tracing programs.
Changed
- Overhauled Python packaging with PEP 517
zulip
is now an optional Python dependency. Usepip install running-ng[zulip]
if you want to use theZulip
runbms
plugin.
Removed
- Dropping Python 3.6 support for users.
Base Configurations
- Removing AdoptOpenJDK from the base configuration files. AdoptOpenJDK is now replaced by Temurin.