func (s *FixtureHelper) Benchmark2(c *gocheck.C) { s.trace("Benchmark2", c) c.SetBytes(1024) for i := 0; i < c.N; i++ { time.Sleep(s.sleep) } }