Home
last modified time | relevance | path

Searched refs:bench (Results 1 - 25 of 350) sorted by relevance

12345678910>>...14

/third_party/rust/crates/regex/bench/
H A Drun16 exec cargo bench --bench bench --features re-rust "$@"
19 exec cargo bench --bench bench --features re-rust-bytes "$@"
22 exec cargo bench --bench bench --features re-re2 "$@"
25 exec cargo bench
[all...]
/third_party/node/benchmark/child_process/
H A Dchild-process-params.js21 const bench = common.createBenchmark(main, configs);
30 bench.start();
32 bench.end(n);
35 bench.start();
37 bench.end(n);
40 bench.start();
42 bench.end(n);
49 bench.start();
51 bench.end(n);
54 bench
[all...]
/third_party/python/Tools/stringbench/
H A Dstringbench.py57 def bench(s, group, repeat_count): function
75 @bench('"A" in "A"*1000', "early match, single character", 1000)
82 @bench('"B" in "A"*1000', "no match, single character", 1000)
90 @bench('"AB" in "AB"*1000', "early match, two characters", 1000)
97 @bench('"BC" in "AB"*1000', "no match, two characters", 1000)
104 @bench('"BC" in ("AB"*300+"C")', "late match, two characters", 1000)
111 @bench('s="ABC"*33; (s+"E") in ((s+"D")*300+s+"E")',
124 @bench('s="ABC"*33; re.compile(s+"D").search((s+"D")*300+s+"E")',
140 @bench('("A"*1000).find("A")', "early match, single character", 1000)
148 @bench('("
[all...]
/third_party/node/benchmark/buffers/
H A Dbuffer-from.js5 const bench = common.createBenchmark(main, {
28 bench.start();
32 bench.end(n);
37 bench.start();
41 bench.end(n);
48 bench.start();
52 bench.end(n);
57 bench.start();
61 bench.end(n);
66 bench
[all...]
H A Dbuffer-write-string.js4 const bench = common.createBenchmark(main, {
23 bench.start();
27 bench.end(n);
29 bench.start();
33 bench.end(n);
39 bench.start();
43 bench.end(n);
45 bench.start();
49 bench.end(n);
55 bench
[all...]
H A Dbuffer-compare-instance-method.js4 const bench = common.createBenchmark(main, {
21 bench.start();
25 bench.end(n);
29 bench.start();
33 bench.end(n);
37 bench.start();
41 bench.end(n);
45 bench.start();
49 bench.end(n);
53 bench
[all...]
H A Dbuffer-tostring.js5 const bench = common.createBenchmark(main, {
25 bench.start();
28 bench.end(n);
31 bench.start();
34 bench.end(n);
37 bench.start();
40 bench.end(n);
43 bench.start();
46 bench.end(n);
/third_party/node/benchmark/es/
H A Dstring-concatenations.js17 const bench = common.createBenchmark(main, configs);
27 bench.start();
30 bench.end(n);
33 bench.start();
36 bench.end(n);
39 bench.start();
42 bench.end(n);
45 bench.start();
48 bench.end(n);
51 bench
[all...]
H A Dforeach-bench.js5 const bench = common.createBenchmark(main, {
12 bench.start();
19 bench.end(n);
23 bench.start();
28 bench.end(n);
32 bench.start();
39 bench.end(n);
43 bench.start();
47 bench.end(n);
H A Dmap-bench.js6 const bench = common.createBenchmark(main, {
16 bench.start();
24 bench.end(n);
29 bench.start();
37 bench.end(n);
42 bench.start();
50 bench.end(n);
58 bench.start();
66 bench.end(n);
81 bench
[all...]
/third_party/node/benchmark/timers/
H A Dimmediate.js4 const bench = common.createBenchmark(main, {
35 bench.start();
40 bench.end(n);
49 bench.start();
54 bench.end(N);
63 bench.start();
67 bench.end(N);
77 bench.start();
81 bench.end(n);
92 bench
[all...]
/third_party/node/benchmark/process/
H A Dbench-env.js5 const bench = common.createBenchmark(main, {
14 bench.start();
18 bench.end(n);
21 bench.start();
25 bench.end(n);
35 bench.start();
40 bench.end(n);
43 bench.start();
47 bench.end(n);
50 bench
[all...]
H A Dbench-hrtime.js6 const bench = common.createBenchmark(main, {
17 bench.start();
21 bench.end(n);
24 bench.start();
28 bench.end(n);
31 bench.start();
35 bench.end(n);
/third_party/node/benchmark/streams/
H A Ddestroy.js10 const bench = common.createBenchmark(main, {
21 bench.start();
24 bench.end(n);
30 bench.start();
33 bench.end(n);
39 bench.start();
42 bench.end(n);
48 bench.start();
51 bench.end(n);
H A Dcreation.js10 const bench = common.createBenchmark(main, {
21 bench.start();
24 bench.end(n);
30 bench.start();
33 bench.end(n);
39 bench.start();
42 bench.end(n);
48 bench.start();
51 bench.end(n);
/third_party/node/benchmark/events/
H A Dee-emit.js5 const bench = common.createBenchmark(main, {
20 bench.start();
24 bench.end(n);
27 bench.start();
31 bench.end(n);
34 bench.start();
38 bench.end(n);
41 bench.start();
45 bench.end(n);
H A Dee-once.js5 const bench = common.createBenchmark(main, {
17 bench.start();
23 bench.end(n);
26 bench.start();
32 bench.end(n);
35 bench.start();
41 bench.end(n);
44 bench.start();
50 bench.end(n);
/third_party/node/benchmark/crypto/
H A Dkeygen.js10 const bench = common.createBenchmark(main, {
17 bench.start();
24 bench.end(n);
32 bench.end(n);
34 bench.start();
43 bench.start();
50 bench.end(n);
58 bench.end(n);
60 bench.start();
H A DrandomInt.js6 const bench = common.createBenchmark(main, {
15 bench.start();
18 bench.end(n);
20 bench.start();
23 return bench.end(n);
29 bench.start();
34 bench.end(n);
/third_party/node/benchmark/misc/
H A Dobject-property-bench.js7 const bench = common.createBenchmark(main, {
15 bench.start();
21 bench.end(n);
27 bench.start();
33 bench.end(n);
41 bench.start();
47 bench.end(n);
55 bench.start();
61 bench.end(n);
H A Dstartup.js8 const bench = common.createBenchmark(main, {
17 function spawnProcess(script, bench, state) {
31 bench.start();
35 bench.end(state.count);
40 function spawnWorker(script, bench, state) {
49 bench.start();
52 spawnWorker(script, bench, state);
54 bench.end(state.count);
65 spawnWorker(script, bench, state);
67 spawnProcess(script, bench, stat
[all...]
/third_party/skia/tools/calmbench/
H A Dab.py11 # For each bench, we get a distribution of min_ms measurements from nanobench.
16 # The more measurements we have for a bench, the more accurate our quantiles
107 def add_time(args, name, bench, t, unit):
110 append_dict_sorted_array(timesA, bench, normalized_t)
112 append_dict_sorted_array(timesB, bench, normalized_t)
121 bench = items[10]
127 add_time(args, name, bench, float(time_num), time_unit)
255 for bench in timesA.keys():
256 if bench not in timesB:
258 lowerA, upperA = get_lower_upper(timesA[bench])
[all...]
/third_party/rust/crates/strsim-rs/benches/
H A Dbenches.rs13 #[bench]
22 #[bench]
31 #[bench]
40 #[bench]
49 #[bench]
56 #[bench]
65 #[bench]
74 #[bench]
83 #[bench]
92 #[bench]
[all...]
/third_party/rust/crates/regex/bench/src/
H A Drust_compile.rs6 #[bench]
14 #[bench]
22 #[bench]
27 #[bench]
35 #[bench]
43 #[bench]
48 #[bench]
56 #[bench]
64 #[bench]
/third_party/node/benchmark/assert/
H A Dthrows.js6 const bench = common.createBenchmark(main, {
19 bench.start();
23 bench.end(n);
26 bench.start();
30 bench.end(n);
33 bench.start();
37 bench.end(n);

Completed in 7 milliseconds

12345678910>>...14