Skip to content

Commit

Permalink
Merge pull request #3752 from mcasquer/2215785_stress_ng_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulYuuu authored Jun 21, 2023
2 parents 54b92d9 + 40d6011 commit 8126239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/hotplug_mem_stress_ng.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
size_mem_plug1 = 1G
stress_ng_dir = "/tmp/stress-ng"
get_stress_ng = "[ -d ${stress_ng_dir} ] && rm -rf ${stress_ng_dir}"
get_stress_ng += ";git clone --depth=1 git://kernel.ubuntu.com/cking/stress-ng.git ${stress_ng_dir}"
get_stress_ng += ";git clone --depth=1 https://github.com/ColinIanKing/stress-ng.git ${stress_ng_dir}"
compile_stress_ng = "cd ${stress_ng_dir} && make -j4"
run_stress_ng = "cd ${stress_ng_dir} && ./stress-ng %s"
stress_ng_args = "--page-in -r 4 -t 60s"
Expand Down

0 comments on commit 8126239

Please sign in to comment.