chapter08: Remove outdated test suite SBU values

They were measured when we used -j1 and/or had not running the test
suite with parallel jobs yet.  Now the values are even larger than the
total SBU including the test time, so they are just ridiculous.
This commit is contained in:
Xi Ruoyao 2025-02-23 15:49:45 +08:00
parent 378b51e18e
commit 514c9e71b0
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
5 changed files with 5 additions and 6 deletions

View File

@ -48,7 +48,7 @@
<screen><userinput remap="make">make</userinput></screen>
<para>To test the results (about 5.5 SBU), issue:</para>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>

View File

@ -61,7 +61,7 @@
<screen><userinput remap="make">make</userinput></screen>
<para>To test the results (about 0.5 SBU), issue:</para>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>

View File

@ -77,8 +77,7 @@
</variablelist>
-->
<para>To test the results (this takes a long time, around 3 SBUs),
issue:</para>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>

View File

@ -50,7 +50,7 @@
<screen><userinput remap="make">make</userinput></screen>
<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>

View File

@ -104,7 +104,7 @@ export BUILD_BZIP2=0</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
<para>To test the results (approximately 11 SBU), issue:</para>
<para>To test the results, issue:</para>
<screen><userinput remap="test">TEST_JOBS=$(nproc) make test_harness</userinput></screen>