test-boot: recommend all archs by default

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-19 00:00:00 +00:00
parent e7bcb38002
commit 7ae77fa9ec

View File

@@ -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)"
....