From 7ae77fa9ec267b14604f0fdf1554be0863c57e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 19 Jul 2019 00:00:00 +0000 Subject: [PATCH] test-boot: recommend all archs by default --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 01ccb50..f4be2a5 100644 --- a/README.adoc +++ b/README.adoc @@ -15672,7 +15672,7 @@ There is no result reporting web UI however... but neither does GitLab CI: https Run all kernel boot benchmarks for one arch: .... -./build-test-boot --size 3 && ./test-boot --size 3 +./build-test-boot --size 3 && ./test-boot --all-archs --size 3 cat "$(./getvar test_boot_benchmark_file)" ....