Home
last modified time | relevance | path

Searched refs:tenThousand (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go65 Count: tenThousand,
71 Count: tenThousand,
77 Count: tenThousand,
83 Count: tenThousand,
89 Count: tenThousand,
95 Count: tenThousand,
125 Count: tenThousand,
131 Count: tenThousand,
137 Count: tenThousand,
143 Count: tenThousand,
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go64 Count: tenThousand,
70 Count: tenThousand,
76 Count: tenThousand,
82 Count: tenThousand,
88 Count: tenThousand,
94 Count: tenThousand,
124 Count: tenThousand,
130 Count: tenThousand,
136 Count: tenThousand,
142 Count: tenThousand,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go65 Count: tenThousand,
71 Count: tenThousand,
77 Count: tenThousand,
83 Count: tenThousand,
89 Count: tenThousand,
95 Count: tenThousand,
125 Count: tenThousand,
131 Count: tenThousand,
137 Count: tenThousand,
143 Count: tenThousand,
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go64 Count: tenThousand,
70 Count: tenThousand,
76 Count: tenThousand,
82 Count: tenThousand,
88 Count: tenThousand,
94 Count: tenThousand,
124 Count: tenThousand,
130 Count: tenThousand,
136 Count: tenThousand,
142 Count: tenThousand,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go65 Count: tenThousand,
71 Count: tenThousand,
77 Count: tenThousand,
83 Count: tenThousand,
89 Count: tenThousand,
95 Count: tenThousand,
125 Count: tenThousand,
131 Count: tenThousand,
137 Count: tenThousand,
143 Count: tenThousand,
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go64 Count: tenThousand,
70 Count: tenThousand,
76 Count: tenThousand,
82 Count: tenThousand,
88 Count: tenThousand,
94 Count: tenThousand,
124 Count: tenThousand,
130 Count: tenThousand,
136 Count: tenThousand,
142 Count: tenThousand,
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/unicode-collation-0.1.3/benchmark/
H A DMain.hs24 let tenThousand = take 10000 randomTexts function
28 let tenThousandString = map T.unpack tenThousand
30 let tenThousandLong = map ("A bcd efgh ijklmnop qrs tuv WxyZ" <>) tenThousand
36 (whnf (sortBy (collate (collatorFor "en"))) tenThousand)
38 (whnf (sortBy (ICU.collate (icuCollator "en"))) tenThousand)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/i18n/
H A Dexternalization.md559 const tenThousand = formatNumber(10000); // "10,000" (uses comma as decimal symbol in English local…