Versions in this module Expand all Collapse all v0 v0.40.4 May 19, 2022 Changes in this version + func Run(datasetID string, t *testing.T, suiteT perfSuiteT) + type PerfSuite struct + AtticLabs string + Database datas.Database + DatabaseSpec string + T *testing.T + Testdata string + VS *types.ValueStore + W io.Writer + func (suite *PerfSuite) CloseGlob(files []io.Reader) + func (suite *PerfSuite) NewAssert() *assert.Assertions + func (suite *PerfSuite) OpenGlob(pattern ...string) []io.Reader + func (suite *PerfSuite) Pause(fn func()) + func (suite *PerfSuite) Suite() *PerfSuite + func (suite *PerfSuite) TempDir() string + func (suite *PerfSuite) TempFile() *os.File + type SetupRepSuite interface + SetupRep func() + type TearDownRepSuite interface + TearDownRep func()