Home
last modified time | relevance | path

Searched defs:B (Results 76 – 100 of 39675) sorted by relevance

12345678910>>...1587

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/benchmarks/
H A Ddecode_test.go15 func Benchmark_Decode_SmallStruct_Unmarshal_EncodingJson(b *testing.B) {
25 func Benchmark_Decode_SmallStruct_Unmarshal_FastJson(b *testing.B) {
46 func Benchmark_Decode_SmallStruct_Unmarshal_JsonIter(b *testing.B) {
56 func Benchmark_Decode_SmallStruct_Unmarshal_GoJay(b *testing.B) {
76 func Benchmark_Decode_SmallStruct_Unmarshal_GoJson(b *testing.B) {
120 func Benchmark_Decode_SmallStruct_Stream_JsonIter(b *testing.B) {
132 func Benchmark_Decode_SmallStruct_Stream_GoJay(b *testing.B) {
144 func Benchmark_Decode_SmallStruct_Stream_GoJson(b *testing.B) {
273 func Benchmark_Decode_MediumStruct_Stream_GoJay(b *testing.B) {
442 func Benchmark_Decode_LargeStruct_Stream_GoJay(b *testing.B) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/memstore/
H A Dkeys_test.go24 func BenchmarkSetSeq1e3(b *testing.B) {
28 func BenchmarkSetSeq1e4(b *testing.B) {
32 func BenchmarkSetSeq1e5(b *testing.B) {
36 func BenchmarkSetSeq1e6(b *testing.B) {
56 func BenchmarkGetSeq1e3(b *testing.B) {
60 func BenchmarkGetSeq1e4(b *testing.B) {
64 func BenchmarkGetSeq1e5(b *testing.B) {
68 func BenchmarkGetSeq1e6(b *testing.B) {
88 func BenchmarkSetRnd1e3(b *testing.B) {
92 func BenchmarkSetRnd1e4(b *testing.B) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/big/
H A Dnatconv_test.go256 func BenchmarkScanPi(b *testing.B) {
263 func BenchmarkStringPiParallel(b *testing.B) {
300 func ScanHelper(b *testing.B, base int, x, y Word) {
340 func StringHelper(b *testing.B, base int, x, y Word) {
353 func BenchmarkLeafSize1(b *testing.B) { LeafSizeHelper(b, 10, 1) }
354 func BenchmarkLeafSize2(b *testing.B) { LeafSizeHelper(b, 10, 2) }
355 func BenchmarkLeafSize3(b *testing.B) { LeafSizeHelper(b, 10, 3) }
356 func BenchmarkLeafSize4(b *testing.B) { LeafSizeHelper(b, 10, 4) }
357 func BenchmarkLeafSize5(b *testing.B) { LeafSizeHelper(b, 10, 5) }
358 func BenchmarkLeafSize6(b *testing.B) { LeafSizeHelper(b, 10, 6) }
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/big/
H A Dnatconv_test.go256 func BenchmarkScanPi(b *testing.B) {
263 func BenchmarkStringPiParallel(b *testing.B) {
300 func ScanHelper(b *testing.B, base int, x, y Word) {
340 func StringHelper(b *testing.B, base int, x, y Word) {
353 func BenchmarkLeafSize1(b *testing.B) { LeafSizeHelper(b, 10, 1) }
354 func BenchmarkLeafSize2(b *testing.B) { LeafSizeHelper(b, 10, 2) }
355 func BenchmarkLeafSize3(b *testing.B) { LeafSizeHelper(b, 10, 3) }
356 func BenchmarkLeafSize4(b *testing.B) { LeafSizeHelper(b, 10, 4) }
357 func BenchmarkLeafSize5(b *testing.B) { LeafSizeHelper(b, 10, 5) }
358 func BenchmarkLeafSize6(b *testing.B) { LeafSizeHelper(b, 10, 6) }
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/math/big/
H A Dnatconv_test.go258 func BenchmarkScanPi(b *testing.B) {
265 func BenchmarkStringPiParallel(b *testing.B) {
302 func ScanHelper(b *testing.B, base int, x, y Word) {
343 func StringHelper(b *testing.B, base int, x, y Word) {
356 func BenchmarkLeafSize1(b *testing.B) { LeafSizeHelper(b, 10, 1) }
357 func BenchmarkLeafSize2(b *testing.B) { LeafSizeHelper(b, 10, 2) }
358 func BenchmarkLeafSize3(b *testing.B) { LeafSizeHelper(b, 10, 3) }
359 func BenchmarkLeafSize4(b *testing.B) { LeafSizeHelper(b, 10, 4) }
360 func BenchmarkLeafSize5(b *testing.B) { LeafSizeHelper(b, 10, 5) }
361 func BenchmarkLeafSize6(b *testing.B) { LeafSizeHelper(b, 10, 6) }
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Dvector_test.go462 func addScaledVecBench(b *testing.B, size, inc int) {
487 func scaleVecBench(b *testing.B, size, inc int) {
496 func BenchmarkAddVec10Inc1(b *testing.B) { addVecBench(b, 10, 1) }
497 func BenchmarkAddVec100Inc1(b *testing.B) { addVecBench(b, 100, 1) }
501 func BenchmarkAddVec10Inc2(b *testing.B) { addVecBench(b, 10, 2) }
502 func BenchmarkAddVec100Inc2(b *testing.B) { addVecBench(b, 100, 2) }
506 func BenchmarkAddVec10Inc20(b *testing.B) { addVecBench(b, 10, 20) }
511 func addVecBench(b *testing.B, size, inc int) {
521 func BenchmarkSubVec10Inc1(b *testing.B) { subVecBench(b, 10, 1) }
526 func BenchmarkSubVec10Inc2(b *testing.B) { subVecBench(b, 10, 2) }
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/shapes/src/
H A Dmodule.thrift33 struct B { struct
48 15: list<B> list_of_self; argument
49 16: map<string, B> map_of_string_to_self; argument
50 17: Enum just_an_enum;
51 18: Union just_a_union;
53 51: optional A optional_just_an_A;
54 52: optional set<i32> optional_set_of_i32;
62 60: optional Enum optional_enum;
67 81: i32 i32_with_default_value = 1729;
69 83: Enum enum_with_default_value = ENUM;
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/shapes_final/src/
H A Dmodule.thrift33 struct B { struct
48 15: list<B> list_of_self; argument
49 16: map<string, B> map_of_string_to_self; argument
50 17: Enum just_an_enum;
51 18: Union just_a_union;
53 51: optional A optional_just_an_A;
54 52: optional set<i32> optional_set_of_i32;
62 60: optional Enum optional_enum;
67 81: i32 i32_with_default_value = 1729;
69 83: Enum enum_with_default_value = ENUM;
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dbench_test.go65 func BenchmarkWriteVarInt1(b *testing.B) {
73 func BenchmarkWriteVarInt3(b *testing.B) {
81 func BenchmarkWriteVarInt5(b *testing.B) {
97 func BenchmarkReadVarInt1(b *testing.B) {
108 func BenchmarkReadVarInt3(b *testing.B) {
119 func BenchmarkReadVarInt5(b *testing.B) {
130 func BenchmarkReadVarInt9(b *testing.B) {
209 func BenchmarkReadTxOut(b *testing.B) {
245 func BenchmarkReadTxIn(b *testing.B) {
267 func BenchmarkWriteTxIn(b *testing.B) {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dbench_test.go65 func BenchmarkWriteVarInt1(b *testing.B) {
73 func BenchmarkWriteVarInt3(b *testing.B) {
81 func BenchmarkWriteVarInt5(b *testing.B) {
97 func BenchmarkReadVarInt1(b *testing.B) {
108 func BenchmarkReadVarInt3(b *testing.B) {
119 func BenchmarkReadVarInt5(b *testing.B) {
130 func BenchmarkReadVarInt9(b *testing.B) {
209 func BenchmarkReadTxOut(b *testing.B) {
245 func BenchmarkReadTxIn(b *testing.B) {
267 func BenchmarkWriteTxIn(b *testing.B) {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dbench_test.go65 func BenchmarkWriteVarInt1(b *testing.B) {
73 func BenchmarkWriteVarInt3(b *testing.B) {
81 func BenchmarkWriteVarInt5(b *testing.B) {
97 func BenchmarkReadVarInt1(b *testing.B) {
108 func BenchmarkReadVarInt3(b *testing.B) {
119 func BenchmarkReadVarInt5(b *testing.B) {
130 func BenchmarkReadVarInt9(b *testing.B) {
209 func BenchmarkReadTxOut(b *testing.B) {
245 func BenchmarkReadTxIn(b *testing.B) {
267 func BenchmarkWriteTxIn(b *testing.B) {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dbench_test.go65 func BenchmarkWriteVarInt1(b *testing.B) {
73 func BenchmarkWriteVarInt3(b *testing.B) {
81 func BenchmarkWriteVarInt5(b *testing.B) {
97 func BenchmarkReadVarInt1(b *testing.B) {
108 func BenchmarkReadVarInt3(b *testing.B) {
119 func BenchmarkReadVarInt5(b *testing.B) {
130 func BenchmarkReadVarInt9(b *testing.B) {
209 func BenchmarkReadTxOut(b *testing.B) {
245 func BenchmarkReadTxIn(b *testing.B) {
267 func BenchmarkWriteTxIn(b *testing.B) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/wire/
H A Dbench_test.go65 func BenchmarkWriteVarInt1(b *testing.B) {
73 func BenchmarkWriteVarInt3(b *testing.B) {
81 func BenchmarkWriteVarInt5(b *testing.B) {
97 func BenchmarkReadVarInt1(b *testing.B) {
108 func BenchmarkReadVarInt3(b *testing.B) {
119 func BenchmarkReadVarInt5(b *testing.B) {
130 func BenchmarkReadVarInt9(b *testing.B) {
209 func BenchmarkReadTxOut(b *testing.B) {
245 func BenchmarkReadTxIn(b *testing.B) {
267 func BenchmarkWriteTxIn(b *testing.B) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/wire/
H A Dbench_test.go65 func BenchmarkWriteVarInt1(b *testing.B) {
73 func BenchmarkWriteVarInt3(b *testing.B) {
81 func BenchmarkWriteVarInt5(b *testing.B) {
97 func BenchmarkReadVarInt1(b *testing.B) {
108 func BenchmarkReadVarInt3(b *testing.B) {
119 func BenchmarkReadVarInt5(b *testing.B) {
130 func BenchmarkReadVarInt9(b *testing.B) {
209 func BenchmarkReadTxOut(b *testing.B) {
245 func BenchmarkReadTxIn(b *testing.B) {
267 func BenchmarkWriteTxIn(b *testing.B) {
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/RoaringBitmap/roaring/
H A Dbenchmark_test.go16 func BenchmarkOrs(b *testing.B) {
78 func BenchmarkNewBitmap(b *testing.B) {
87 func BenchmarkEmptyArray(b *testing.B) {
96 func BenchmarkMemoryUsage(b *testing.B) {
191 func BenchmarkUnionBitset(b *testing.B) {
239 func BenchmarkSizeBitset(b *testing.B) {
279 func BenchmarkSetRoaring(b *testing.B) {
290 func BenchmarkSetBitset(b *testing.B) {
565 func BenchmarkNexts(b *testing.B) {
620 func BenchmarkNextsRLE(b *testing.B) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Ddot_test.go210 func dotUnitaryBenchmark(b *testing.B, n int) {
225 func BenchmarkDotIncN1Inc1(b *testing.B) { dotIncBenchmark(b, 1, 1) }
227 func BenchmarkDotIncN2Inc1(b *testing.B) { dotIncBenchmark(b, 2, 1) }
228 func BenchmarkDotIncN2Inc2(b *testing.B) { dotIncBenchmark(b, 2, 2) }
229 func BenchmarkDotIncN2Inc4(b *testing.B) { dotIncBenchmark(b, 2, 4) }
232 func BenchmarkDotIncN3Inc1(b *testing.B) { dotIncBenchmark(b, 3, 1) }
233 func BenchmarkDotIncN3Inc2(b *testing.B) { dotIncBenchmark(b, 3, 2) }
234 func BenchmarkDotIncN3Inc4(b *testing.B) { dotIncBenchmark(b, 3, 4) }
237 func BenchmarkDotIncN4Inc1(b *testing.B) { dotIncBenchmark(b, 4, 1) }
238 func BenchmarkDotIncN4Inc2(b *testing.B) { dotIncBenchmark(b, 4, 2) }
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Ddot_test.go208 func dotUnitaryBenchmark(b *testing.B, n int) {
223 func BenchmarkDotIncN1Inc1(b *testing.B) { dotIncBenchmark(b, 1, 1) }
225 func BenchmarkDotIncN2Inc1(b *testing.B) { dotIncBenchmark(b, 2, 1) }
226 func BenchmarkDotIncN2Inc2(b *testing.B) { dotIncBenchmark(b, 2, 2) }
227 func BenchmarkDotIncN2Inc4(b *testing.B) { dotIncBenchmark(b, 2, 4) }
230 func BenchmarkDotIncN3Inc1(b *testing.B) { dotIncBenchmark(b, 3, 1) }
231 func BenchmarkDotIncN3Inc2(b *testing.B) { dotIncBenchmark(b, 3, 2) }
232 func BenchmarkDotIncN3Inc4(b *testing.B) { dotIncBenchmark(b, 3, 4) }
235 func BenchmarkDotIncN4Inc1(b *testing.B) { dotIncBenchmark(b, 4, 1) }
236 func BenchmarkDotIncN4Inc2(b *testing.B) { dotIncBenchmark(b, 4, 2) }
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Masterminds/semver/v3/
H A Dbenchmark_test.go9 func benchNewConstraint(c string, b *testing.B) {
17 func BenchmarkNewConstraintUnary(b *testing.B) {
23 func BenchmarkNewConstraintTilde(b *testing.B) {
29 func BenchmarkNewConstraintCaret(b *testing.B) {
41 func BenchmarkNewConstraintRange(b *testing.B) {
47 func BenchmarkNewConstraintUnion(b *testing.B) {
66 func BenchmarkCheckVersionUnary(b *testing.B) {
72 func BenchmarkCheckVersionTilde(b *testing.B) {
78 func BenchmarkCheckVersionCaret(b *testing.B) {
213 func BenchmarkNewVersionPre(b *testing.B) {
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/Masterminds/semver/v3/
H A Dbenchmark_test.go9 func benchNewConstraint(c string, b *testing.B) {
17 func BenchmarkNewConstraintUnary(b *testing.B) {
23 func BenchmarkNewConstraintTilde(b *testing.B) {
29 func BenchmarkNewConstraintCaret(b *testing.B) {
41 func BenchmarkNewConstraintRange(b *testing.B) {
47 func BenchmarkNewConstraintUnion(b *testing.B) {
66 func BenchmarkCheckVersionUnary(b *testing.B) {
72 func BenchmarkCheckVersionTilde(b *testing.B) {
78 func BenchmarkCheckVersionCaret(b *testing.B) {
213 func BenchmarkNewVersionPre(b *testing.B) {
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A Dbench_test.go23 func BenchmarkHash_i_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 2) }
24 func BenchmarkHash_i_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 4) }
26 func BenchmarkHash_i_m15_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 2) }
27 func BenchmarkHash_i_m15_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 4) }
29 func BenchmarkHash_i_m18_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 2) }
30 func BenchmarkHash_i_m18_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 4) }
32 func BenchmarkHash_i_m20_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 2) }
33 func BenchmarkHash_i_m20_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 4) }
36 func BenchmarkHash_d_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 2) }
37 func BenchmarkHash_d_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 4) }
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A Dbench_test.go23 func BenchmarkHash_i_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 2) }
24 func BenchmarkHash_i_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 4) }
26 func BenchmarkHash_i_m15_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 2) }
27 func BenchmarkHash_i_m15_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 4) }
29 func BenchmarkHash_i_m18_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 2) }
30 func BenchmarkHash_i_m18_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 4) }
32 func BenchmarkHash_i_m20_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 2) }
33 func BenchmarkHash_i_m20_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 4) }
36 func BenchmarkHash_d_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 2) }
37 func BenchmarkHash_d_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 4) }
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A Dbench_test.go23 func BenchmarkHash_i_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 2) }
24 func BenchmarkHash_i_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 4) }
26 func BenchmarkHash_i_m15_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 2) }
27 func BenchmarkHash_i_m15_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 4) }
29 func BenchmarkHash_i_m18_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 2) }
30 func BenchmarkHash_i_m18_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 4) }
32 func BenchmarkHash_i_m20_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 2) }
33 func BenchmarkHash_i_m20_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 4) }
36 func BenchmarkHash_d_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 2) }
37 func BenchmarkHash_d_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 4) }
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A Dbench_test.go23 func BenchmarkHash_i_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 2) }
24 func BenchmarkHash_i_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 12, 4) }
26 func BenchmarkHash_i_m15_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 2) }
27 func BenchmarkHash_i_m15_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 15, 4) }
29 func BenchmarkHash_i_m18_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 2) }
30 func BenchmarkHash_i_m18_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 18, 4) }
32 func BenchmarkHash_i_m20_p2(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 2) }
33 func BenchmarkHash_i_m20_p4(b *testing.B) { benchmarkHash(b, ModeArgon2i, 20, 4) }
36 func BenchmarkHash_d_m12_p2(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 2) }
37 func BenchmarkHash_d_m12_p4(b *testing.B) { benchmarkHash(b, ModeArgon2d, 12, 4) }
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Masterminds/semver/v3/
H A Dbenchmark_test.go9 func benchNewConstraint(c string, b *testing.B) {
17 func BenchmarkNewConstraintUnary(b *testing.B) {
23 func BenchmarkNewConstraintTilde(b *testing.B) {
29 func BenchmarkNewConstraintCaret(b *testing.B) {
41 func BenchmarkNewConstraintRange(b *testing.B) {
47 func BenchmarkNewConstraintUnion(b *testing.B) {
66 func BenchmarkCheckVersionUnary(b *testing.B) {
72 func BenchmarkCheckVersionTilde(b *testing.B) {
78 func BenchmarkCheckVersionCaret(b *testing.B) {
213 func BenchmarkNewVersionPre(b *testing.B) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Masterminds/semver/v3/
H A Dbenchmark_test.go9 func benchNewConstraint(c string, b *testing.B) {
17 func BenchmarkNewConstraintUnary(b *testing.B) {
23 func BenchmarkNewConstraintTilde(b *testing.B) {
29 func BenchmarkNewConstraintCaret(b *testing.B) {
41 func BenchmarkNewConstraintRange(b *testing.B) {
47 func BenchmarkNewConstraintUnion(b *testing.B) {
66 func BenchmarkCheckVersionUnary(b *testing.B) {
72 func BenchmarkCheckVersionTilde(b *testing.B) {
78 func BenchmarkCheckVersionCaret(b *testing.B) {
213 func BenchmarkNewVersionPre(b *testing.B) {
[all …]

12345678910>>...1587