From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 5 May 2014 15:44:46 -0700 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20140505224446.GA23943@dinah> References: <20140505025107.GA7203@dinah> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [9fans] Go 1.3b1 cmd/pack test takes too long Topicbox-Message-UUID: de586dde-ead8-11e9-9d60-3106f5b1d025 Skip Tavakkolian once said: > thanks; i should have checked that. running it on the fossil+venti server > brings it down a bit. still, it's not stellar. > > bootes% go test > PASS > ok cmd/pack 81.480s > bootes% go test > PASS > ok cmd/pack 79.719s Here's a CL to buffer the writes in TestLargeDefs: https://codereview.appspot.com/95040044 Cheers, Anthony