Expand the baseline benchmark a little

This commit is contained in:
Bjørn Erik Pedersen
2023-05-15 08:39:52 +02:00
parent bcd7ac7704
commit e0e19a934f
2 changed files with 37 additions and 13 deletions

View File

@@ -207,7 +207,7 @@ func (s *IntegrationTestBuilder) BuildE() (*IntegrationTestBuilder, error) {
return s, err
}
err := s.build(BuildCfg{})
err := s.build(s.Cfg.BuildCfg)
return s, err
}
@@ -503,4 +503,6 @@ type IntegrationTestConfig struct {
NeedsNpmInstall bool
WorkingDir string
BuildCfg BuildCfg
}