diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-28 17:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-28 11:27:10 -0400 |
| commit | a9951e360cf9937c84bb884ccfefbbd304b401e3 (patch) | |
| tree | cea09f6b92137fa2ca5412b3ea069b8a971817f0 /tools | |
| parent | 279030f2b8564ceed76c0ed08b14ea97e2258215 (diff) | |
refactor(cli/tools): split bench into multiple modules (#19974)
I was asked to add "iter/s" to the benchmark output, before attempting
that I wanted to split this into multiple modules.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/copyright_checker.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js index 5f53eab08..2406f7990 100644 --- a/tools/copyright_checker.js +++ b/tools/copyright_checker.js @@ -31,6 +31,7 @@ export async function checkCopyright() { ":!:cli/tools/init/templates/**", ":!:cli/tests/unit_node/testdata/**", ":!:cli/tests/node_compat/test/**", + ":!:cli/tools/bench/mitata.rs", // rust "*.rs", |
