You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
% all.rc
What is the expected output? What do you see instead?
I've recently tried on run Go on a Plan 9 machine with 4
cores (8 threads).
I've noticed all the tests complete much slower than usual
(2x to 10x), while the overall test phase completes faster.
I compared the same machine, booted as usual (using 8 CPUs)
and booted with "*nomp=1" parameter (using only one CPU).
In the first case, I had to increase the timeout to 240s
(instead of 120s) to prevent the cmd/objdump and runtime
tests to time out (net/http/cgi is timing out).
Here are the differences:
http://www.diffchecker.com/s0pqagce
For example:
8 cpu 1 cpu
encoding/gob 11.272s 1.694s
net/http 80.028s 17.917s
runtime 178.234s 97.128s
unicode/utf8 12.735s 0.950s
total (8 cpu) 5.37u 7.83s 428.52r
total (1 cpu) 23.33u 16.27s 567.95r
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: