From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sun, 4 May 2014 18:58:42 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b33d3c08ae12b04f89d781d Subject: [9fans] Go 1.3b1 cmd/pack test takes too long Topicbox-Message-UUID: ddc6c2d0-ead8-11e9-9d60-3106f5b1d025 --047d7b33d3c08ae12b04f89d781d Content-Type: text/plain; charset=UTF-8 is anyone else seeing similar results for cmd/pack? % go test PASS ok cmd/pack 172.505s this is on an atom (d525 @ 1.8ghz, 4gb). same test on an arm (quad core a9 @ 1.7ghz, 2gb, linux 3.8) takes much less time: % go test PASS ok cmd/pack 20.872s --047d7b33d3c08ae12b04f89d781d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
is anyone else seeing similar results for cmd/pack?

% go test
PASS
ok =C2=A0 cmd/pack 172.505s

this is on an atom (d525 @ 1.8ghz, 4gb). same tes= t on an arm (quad core a9 @ 1.7ghz, 2gb, linux 3.8) takes much less time:

% go test
PASS
ok=C2=A0 =C2=A0=C2=A0=C2=A0 cm= d/pack=C2=A0=C2=A0=C2=A0 20.872s

--047d7b33d3c08ae12b04f89d781d--