Home
last modified time | relevance | path

Searched +refs:bench +refs:out (Results 26 – 50 of 4317) sorted by relevance

12345678910>>...173

/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/bench/
H A Dbench_read.md16 bench::in \- bench::in \- Reading benchmark results
52 should go and read *[bench \- Processing benchmark suites](bench\.md)*
56 *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from
67 * __bench::out::raw__
69 Provided by package __[bench](bench\.md)__\.
71 * __[bench::out::csv](bench\_wcsv\.md)__
73 Provided by package __[bench::out::csv](bench\_wcsv\.md)__\.
75 * __[bench::out::text](bench\_wtext\.md)__
77 Provided by package __[bench::out::text](bench\_wtext\.md)__\.
98 [bench](bench\.md), [bench::out::csv](bench\_wcsv\.md),
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/bench/
H A Dbench_read.md16 bench::in \- bench::in \- Reading benchmark results
52 should go and read *[bench \- Processing benchmark suites](bench\.md)*
56 *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from
67 * __bench::out::raw__
69 Provided by package __[bench](bench\.md)__\.
71 * __[bench::out::csv](bench\_wcsv\.md)__
73 Provided by package __[bench::out::csv](bench\_wcsv\.md)__\.
75 * __[bench::out::text](bench\_wtext\.md)__
77 Provided by package __[bench::out::text](bench\_wtext\.md)__\.
98 [bench](bench\.md), [bench::out::csv](bench\_wcsv\.md),
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/timberio/go-datemath/
H A Ddatemath_test.go16 out string
311 bench := func(s string) func(*testing.B) {
324 b.Run("now", bench("now"))
325 b.Run("rfc3339", bench("2014-05-30T20:21Z"))
326 b.Run("now with one operation", bench("now+10240m"))
327 b.Run("fixed with one operation", bench("2014-05-30T20:21Z||+10240m"))
336 bench := func(s string) func(*testing.B) {
353 b.Run("now", bench("now"))
354 b.Run("rfc3339", bench("2014-05-30T20:21Z"))
355 b.Run("now with one operation", bench("now+10240m"))
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/benches/
H A Dzip.rs44 #[bench]
51 #[bench]
58 #[bench]
65 #[bench]
72 #[bench]
79 #[bench]
86 #[bench]
91 let mut out = out.slice_mut(s![1.., 1.., 1..]); in slice_zip_cc() localVariable
95 #[bench]
104 #[bench]
[all …]
H A Diter.rs18 #[bench]
24 #[bench]
32 #[bench]
40 #[bench]
47 #[bench]
374 pub fn zip_mut_with(data: &Array3<f32>, out: &mut Array3<f32>) { in zip_mut_with()
375 out.zip_mut_with(&data, |o, &i| { in zip_mut_with()
383 let mut out = Array3::zeros(data.dim()); in zip_mut_with_cc() localVariable
384 b.iter(|| zip_mut_with(&data, &mut out)); in zip_mut_with_cc()
390 let mut out = Array3::zeros(data.dim().f()); in zip_mut_with_ff() localVariable
[all …]
/dports/devel/esbuild/esbuild-0.12.23/
H A DMakefile463 …cd demo/preact-splitting && rm -fr out && ../../esbuild --bundle --splitting --format=esm src/*.js…
465 …cd demo/preact-splitting && rm -fr out && ../../esbuild --bundle --splitting --format=esm src/*.js…
587 THREE_PARCEL_FLAGS += --out-dir out
640 ln -s ../../../../bench/three/rollup require/rollup/bench/three/out
641 …cd require/rollup/bench/three && time -p ../../node_modules/.bin/rollup src/entry.js -o out/entry.…
648 ln -s ../../../../bench/three/webpack require/webpack/bench/three/out
649 …cd require/webpack/bench/three && time -p ../../node_modules/.bin/webpack src/entry.js $(THREE_WEB…
656 ln -s ../../../../bench/three/webpack5 require/webpack5/bench/three/out
657 …cd require/webpack5/bench/three && time -p ../../node_modules/.bin/webpack --entry ./src/entry.js …
664 ln -s ../../../../bench/three/parcel require/parcel/bench/three/out
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dfmath_test.cpp289 T out = convert_type<F, T>(f); in test_convert_type() local
290 if (out != in) { in test_convert_type()
292 << " -> " << (long long)out << "\n"; in test_convert_type()
300 T out = convert_type<F, T>(f); in test_convert_type() local
301 if (fabs(double(out - in)) > tolerance) { in test_convert_type()
302 std::cout << " convert " << in << " -> " << f << " -> " << out in test_convert_type()
303 << " (diff = " << (out - in) << ")\n"; in test_convert_type()
473 std::string out; in bin16() local
475 out += (1 << b) & i ? '1' : '0'; in bin16()
477 out += '\''; in bin16()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dfmath_test.cpp289 T out = convert_type<F, T>(f); in test_convert_type() local
290 if (out != in) { in test_convert_type()
292 << " -> " << (long long)out << "\n"; in test_convert_type()
300 T out = convert_type<F, T>(f); in test_convert_type() local
301 if (fabs(double(out - in)) > tolerance) { in test_convert_type()
302 std::cout << " convert " << in << " -> " << f << " -> " << out in test_convert_type()
303 << " (diff = " << (out - in) << ")\n"; in test_convert_type()
473 std::string out; in bin16() local
475 out += (1 << b) & i ? '1' : '0'; in bin16()
477 out += '\''; in bin16()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake3-0.3.7/benches/
H A Dbench.rs58 #[bench]
63 #[bench]
71 #[bench]
79 #[bench]
99 let mut out = [0; MAX_SIMD_DEGREE * OUT_LEN]; in bench_many_chunks_fn() localVariable
108 &mut out, in bench_many_chunks_fn()
166 let mut out = [0; MAX_SIMD_DEGREE * OUT_LEN]; in bench_many_parents_fn() localVariable
175 &mut out, in bench_many_parents_fn()
355 let mut out = [0; 32]; in bench_reference() localVariable
356 hasher.finalize(&mut out); in bench_reference()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/blake3-1.2.0/benches/
H A Dbench.rs59 #[bench]
64 #[bench]
72 #[bench]
80 #[bench]
100 let mut out = [0; MAX_SIMD_DEGREE * OUT_LEN]; in bench_many_chunks_fn() localVariable
109 &mut out, in bench_many_chunks_fn()
167 let mut out = [0; MAX_SIMD_DEGREE * OUT_LEN]; in bench_many_parents_fn() localVariable
176 &mut out, in bench_many_parents_fn()
356 let mut out = [0; 32]; in bench_reference() localVariable
357 hasher.finalize(&mut out); in bench_reference()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/blake3-1.0.0/benches/
H A Dbench.rs59 #[bench]
64 #[bench]
72 #[bench]
80 #[bench]
100 let mut out = [0; MAX_SIMD_DEGREE * OUT_LEN]; in bench_many_chunks_fn() localVariable
109 &mut out, in bench_many_chunks_fn()
167 let mut out = [0; MAX_SIMD_DEGREE * OUT_LEN]; in bench_many_parents_fn() localVariable
176 &mut out, in bench_many_parents_fn()
356 let mut out = [0; 32]; in bench_reference() localVariable
357 hasher.finalize(&mut out); in bench_reference()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/utf8proc/bench/
H A DMakefile6 all: bench
10 bench: bench.o util.o $(LIBUTF8PROC) target
11 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)
19 bench.out: $(DATAFILES) bench
20 ./bench -nfkc $(DATAFILES) > $@
26 icu.out: $(DATAFILES) icu
32 unistring.out: $(DATAFILES) unistring
39 rm -rf *.o *.txt bench *.out icu unistring
/dports/emulators/mame/mame-mame0226/3rdparty/utf8proc/bench/
H A DMakefile6 all: bench
10 bench: bench.o util.o $(LIBUTF8PROC) target
11 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)
19 bench.out: $(DATAFILES) bench
20 ./bench -nfkc $(DATAFILES) > $@
26 icu.out: $(DATAFILES) icu
32 unistring.out: $(DATAFILES) unistring
39 rm -rf *.o *.txt bench *.out icu unistring
/dports/textproc/utf8proc/utf8proc-2.6.1/bench/
H A DMakefile7 all: bench
11 bench: bench.o util.o $(LIBUTF8PROC) target
12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)
20 bench.out: $(DATAFILES) bench
21 ./bench -nfkc $(DATAFILES) > $@
27 icu.out: $(DATAFILES) icu
33 unistring.out: $(DATAFILES) unistring
40 rm -rf *.o *.txt bench *.out icu unistring
/dports/games/warzone2100/warzone2100/3rdparty/utf8proc/bench/
H A DMakefile7 all: bench
11 bench: bench.o util.o $(LIBUTF8PROC) target
12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)
20 bench.out: $(DATAFILES) bench
21 ./bench -nfkc $(DATAFILES) > $@
27 icu.out: $(DATAFILES) icu
33 unistring.out: $(DATAFILES) unistring
40 rm -rf *.o *.txt bench *.out icu unistring
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/utf8proc/bench/
H A DMakefile7 all: bench
11 bench: bench.o util.o $(LIBUTF8PROC) target
12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)
20 bench.out: $(DATAFILES) bench
21 ./bench -nfkc $(DATAFILES) > $@
27 icu.out: $(DATAFILES) icu
33 unistring.out: $(DATAFILES) unistring
40 rm -rf *.o *.txt bench *.out icu unistring
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/utf8proc/bench/
H A DMakefile7 all: bench
11 bench: bench.o util.o $(LIBUTF8PROC) target
12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)
20 bench.out: $(DATAFILES) bench
21 ./bench -nfkc $(DATAFILES) > $@
27 icu.out: $(DATAFILES) icu
33 unistring.out: $(DATAFILES) unistring
40 rm -rf *.o *.txt bench *.out icu unistring
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/cmd/benchmarks/
H A Dmain.go49 type bench struct { struct
113 benchSuite("Tokenize", []*bench{
146 benchSuite("to JSON", []*bench{
311 if js, err = oj.Parse(out); err == nil {
319 if out, err = exec.Command("sw_vers", "-productName").Output(); err == nil {
320 b = append(b, bytes.TrimSpace(out)...)
324 b = append(b, bytes.TrimSpace(out)...)
331 if out, err = exec.Command("lsb_release", "-d").Output(); err == nil {
333 parts := strings.Split(string(out), ":")
337 if out, err = ioutil.ReadFile("/proc/cpuinfo"); err == nil {
[all …]
/dports/textproc/nux/nux/src/nux/xom/sandbox/
H A DBinaryXMLBench.java492 bench.cmd = cmd; in main()
493 bench.isDeserCmd = cmd.equals("deser"); in main()
494 bench.mode = mode; in main()
495 bench.compressionLevel = compressionLevel; in main()
498 bench.init(); in main()
502 bench.file = new File(uris[k]); in main()
503 if (bench.file.isDirectory()) continue; in main()
504 System.out.println("\nnow processing " + bench.file); in main()
526 matrix.put(bench.file.getName(), bench.mode, format.format(mbs)); in main()
529 matrix.put(bench.file.getName(), mode + "-csize", format.format(bench.data.length / 1024.0)); in main()
[all …]
/dports/devel/tcl-trf/trf2.1.4/generic/
H A Dbincode.c386 out [j] = ch [0]; j++; out [j] = ch [1]; j++;
387 out [j] = ch [2]; j++; out [j] = ch [3]; j++;
388 out [j] = ch [4]; j++; out [j] = ch [5]; j++;
389 out [j] = ch [6]; j++; out [j] = ch [7]; j++;
391 out [j] = '\0';
488 c->bench = '\0';
584 c->bench = '\0';
662 out [j] = c->bench;
665 c->bench = '\0';
707 c->bench = '\0';
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/gogo/protobuf/protobuf-1.3.1/test/mixbench/
H A Dmixbench.go40 func bench(folder, rgx, outFileName string) { func
43 out, err := test.CombinedOutput()
44 fmt.Printf("bench output: %v\n", string(out))
48 if err := ioutil.WriteFile(outFileName, out, 0666); err != nil {
56 for _, bench := range strings.Split(benchList, " ") {
57 b, ok := benches[bench]
59 fmt.Printf("No benchmark with name: %v\n", bench)
76 …benches["marshaler"] = func() { bench("./test/combos/both/", "ProtoMarshal", "./test/mixbench/mars…
77 benches["marshal"] = func() { bench("./test/", "ProtoMarshal", "./test/mixbench/marshal.txt") }
78 …benches["unmarshaler"] = func() { bench("./test/combos/both/", "ProtoUnmarshal", "./test/mixbench/…
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gogo/protobuf/test/mixbench/
H A Dmixbench.go40 func bench(folder, rgx, outFileName string) { func
43 out, err := test.CombinedOutput()
44 fmt.Printf("bench output: %v\n", string(out))
48 if err := ioutil.WriteFile(outFileName, out, 0666); err != nil {
56 for _, bench := range strings.Split(benchList, " ") {
57 b, ok := benches[bench]
59 fmt.Printf("No benchmark with name: %v\n", bench)
76 …benches["marshaler"] = func() { bench("./test/combos/both/", "ProtoMarshal", "./test/mixbench/mars…
77 benches["marshal"] = func() { bench("./test/", "ProtoMarshal", "./test/mixbench/marshal.txt") }
78 …benches["unmarshaler"] = func() { bench("./test/combos/both/", "ProtoUnmarshal", "./test/mixbench/…
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/gogo/protobuf/test/mixbench/
H A Dmixbench.go40 func bench(folder, rgx, outFileName string) { func
43 out, err := test.CombinedOutput()
44 fmt.Printf("bench output: %v\n", string(out))
48 if err := ioutil.WriteFile(outFileName, out, 0666); err != nil {
56 for _, bench := range strings.Split(benchList, " ") {
57 b, ok := benches[bench]
59 fmt.Printf("No benchmark with name: %v\n", bench)
76 …benches["marshaler"] = func() { bench("./test/combos/both/", "ProtoMarshal", "./test/mixbench/mars…
77 benches["marshal"] = func() { bench("./test/", "ProtoMarshal", "./test/mixbench/marshal.txt") }
78 …benches["unmarshaler"] = func() { bench("./test/combos/both/", "ProtoUnmarshal", "./test/mixbench/…
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/gogo/protobuf/test/mixbench/
H A Dmixbench.go40 func bench(folder, rgx, outFileName string) { func
43 out, err := test.CombinedOutput()
44 fmt.Printf("bench output: %v\n", string(out))
48 if err := ioutil.WriteFile(outFileName, out, 0666); err != nil {
56 for _, bench := range strings.Split(benchList, " ") {
57 b, ok := benches[bench]
59 fmt.Printf("No benchmark with name: %v\n", bench)
76 …benches["marshaler"] = func() { bench("./test/combos/both/", "ProtoMarshal", "./test/mixbench/mars…
77 benches["marshal"] = func() { bench("./test/", "ProtoMarshal", "./test/mixbench/marshal.txt") }
78 …benches["unmarshaler"] = func() { bench("./test/combos/both/", "ProtoUnmarshal", "./test/mixbench/…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gogo/protobuf/test/mixbench/
H A Dmixbench.go40 func bench(folder, rgx, outFileName string) { func
43 out, err := test.CombinedOutput()
44 fmt.Printf("bench output: %v\n", string(out))
48 if err := ioutil.WriteFile(outFileName, out, 0666); err != nil {
56 for _, bench := range strings.Split(benchList, " ") {
57 b, ok := benches[bench]
59 fmt.Printf("No benchmark with name: %v\n", bench)
76 …benches["marshaler"] = func() { bench("./test/combos/both/", "ProtoMarshal", "./test/mixbench/mars…
77 benches["marshal"] = func() { bench("./test/", "ProtoMarshal", "./test/mixbench/marshal.txt") }
78 …benches["unmarshaler"] = func() { bench("./test/combos/both/", "ProtoUnmarshal", "./test/mixbench/…
[all …]

12345678910>>...173