File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ same stored directory can be used to add your hosts definitions.
1414
1515You can get a simple help by running the container::
1616
17- podman run --rm -it ldoktor/fedora-runperf
17+ podman run --rm -it quay.io/ ldoktor/fedora-runperf
1818
1919Let's define a target machine ``$NAME `` (details about hosts in :ref: `runperf-hosts `)::
2020
@@ -37,10 +37,10 @@ Let's define a target machine ``$NAME`` (details about hosts in :ref:`runperf-ho
3737
3838And now let's run linpack 2 times on that machine and generate a comparison::
3939
40- podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
41- podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
42- podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf compare-perf --html comparison.html result_*
40+ podman run --rm -it -v `pwd`:/results quay.io/ ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
41+ podman run --rm -it -v `pwd`:/results quay.io/ ldoktor/fedora-runperf run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
42+ podman run --rm -it -v `pwd`:/results quay.io/ ldoktor/fedora-runperf compare-perf --html comparison.html result_*
4343
4444An example of upstream qemu bisection using a built-in contrib script::
4545
46- podman run --rm -it -v `pwd`:/results ldoktor/fedora-runperf upstream_qemu_bisect.sh /results/qemu 5.1.0 5.2.0 run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
46+ podman run --rm -it -v `pwd`:/results quay.io/ ldoktor/fedora-runperf upstream_qemu_bisect.sh /results/qemu 5.1.0 5.2.0 run-perf -vvv --hosts $HOST_NAME --distro Fedora-33 --default-password $PASSWORD --profiles DefaultLibvirt --paths /results -- linpack:'{"threads": "32"}'
You can’t perform that action at this time.
0 commit comments