/third_party/rust/crates/regex/bench/ |
H A D | run | 16 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 D | child-process-params.js | 21 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 D | stringbench.py | 57 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 D | buffer-from.js | 5 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 D | buffer-write-string.js | 4 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 D | buffer-compare-instance-method.js | 4 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 D | buffer-tostring.js | 5 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 D | string-concatenations.js | 17 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 D | foreach-bench.js | 5 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 D | map-bench.js | 6 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 D | immediate.js | 4 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 D | bench-env.js | 5 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 D | bench-hrtime.js | 6 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 D | destroy.js | 10 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 D | creation.js | 10 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 D | ee-emit.js | 5 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 D | ee-once.js | 5 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 D | keygen.js | 10 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 D | randomInt.js | 6 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 D | object-property-bench.js | 7 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 D | startup.js | 8 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 D | ab.py | 11 # 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 D | benches.rs | 13 #[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 D | rust_compile.rs | 6 #[bench] 14 #[bench] 22 #[bench] 27 #[bench] 35 #[bench] 43 #[bench] 48 #[bench] 56 #[bench] 64 #[bench]
|
/third_party/node/benchmark/assert/ |
H A D | throws.js | 6 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);
|