Lines Matching +full:runs +full:- +full:on
12 ---
16 ---
21 $ npm install --save escalade
41 This is the opt-in mode, ideal for scenarios where `async` usage cannot be supported.
74 console.log('---');
84 //---
87 //---
90 //---
93 //---
129 …async` versions share the same API.<br>The **only** difference is that `sync` is not Promise-based.
145 1) `dir` - an absolute path of the current parent directory
146 2) `names` - a list (`string[]`) of contents _relative to_ the `dir` parent
150 …lsey_ value, then `escalade` will continue with `dir`'s parent directory, re-invoking your callbac…
159 > Running on Node.js v10.13.0
163 find-up 3.891ms
168 find-up x 24,856 ops/sec ±6.46% (55 runs sampled)
169 escalade x 73,084 ops/sec ±4.23% (73 runs sampled)
170 find-up.sync x 3,663 ops/sec ±1.12% (83 runs sampled)
171 escalade/sync x 9,360 ops/sec ±0.62% (88 runs sampled)
174 find-up x 29,300 ops/sec ±10.68% (70 runs sampled)
175 escalade x 73,685 ops/sec ± 5.66% (66 runs sampled)
176 find-up.sync x 1,707 ops/sec ± 0.58% (91 runs sampled)
177 escalade/sync x 4,667 ops/sec ± 0.68% (94 runs sampled)
180 find-up x 21,818 ops/sec ±17.37% (14 runs sampled)
181 escalade x 67,101 ops/sec ±21.60% (20 runs sampled)
182 find-up.sync x 1,037 ops/sec ± 2.86% (88 runs sampled)
183 escalade/sync x 1,248 ops/sec ± 0.50% (93 runs sampled)
188 As of v3.1.0, `escalade` is available on the Deno registry.
200 > **Important:** The `allow-read` permission is required!
205 - [premove](https://github.com/lukeed/premove) - A tiny (247B) utility to remove items recursively
206 - [totalist](https://github.com/lukeed/totalist) - A tiny (195B to 224B) utility to recursively lis…
207 - [mk-dirs](https://github.com/lukeed/mk-dirs) - A tiny (420B) utility to make a directory and its …