Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2020-02-05 16:03:40 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2020-03-03 18:00:08 +0300
commit4199a01be62e823947f6939aa1af537a2c61ce58 (patch)
tree4975a3b433a26b3e0181c4eabc9cb564db358ed6
parenta697b55bdc4edd9cd342b45b0fd9d202c0ae3540 (diff)
Fake performance lostbenchstat-ci
-rw-r--r--internal/source/disk/map_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/source/disk/map_test.go b/internal/source/disk/map_test.go
index d904e6aa..3932e39f 100644
--- a/internal/source/disk/map_test.go
+++ b/internal/source/disk/map_test.go
@@ -233,6 +233,7 @@ func benchmarkReadGroups(b *testing.B, groups, levels int) {
domainsCnt := 0
for i := 0; i < b.N; i++ {
+ time.Sleep(2 * time.Second)
dm := make(Map)
dm.ReadGroups("example.com", getEntries(b))
domainsCnt = len(dm)