File tree 2 files changed +7
-1
lines changed
benchmark_runner/jupyterlab/templates/run_workload
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Follow the stops:
2
+ # git clone https://github.com/redhat-performance/benchmark-runner
3
+ # update environment variables i.e. ('WORKLOAD','vdbench_vm') in benchmark_runner/main/environment_variables.py
4
+ # run from benchmark-runner root path
5
+ PYTHONPATH=. python3 benchmark_runner/main/main.py " $@ "
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ ENV VIRTCTL_VERSION="$VIRTCTL_VERSION"
12
12
13
13
# Install system dependencies
14
14
RUN dnf update -y && \
15
- dnf install -y wget podman curl python3 python3-pip python3-devel nodejs npm && \
15
+ # jq required by benchmark-runner for parser
16
+ dnf install -y wget podman curl python3 python3-pip python3-devel nodejs npm jq && \
16
17
dnf clean all && \
17
18
rm -rf /var/cache/dnf && \
18
19
pip3 install --no-cache-dir jupyterlab=="$JUPYTERLAB_VERSION" benchmark-runner bokeh && \
You can’t perform that action at this time.
0 commit comments