diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-06-08 17:33:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 17:33:38 +0530 |
commit | 4305bb4bd8ec3747031ee92baa8e55d50d22b47c (patch) | |
tree | 0bd15f3e8082c7865f246696ec8ce644172ab129 /tools/lint.js | |
parent | 8113fac939c06b0d71a22d008c060bed3cb47d72 (diff) |
chore(bench): generalized HTTP benchmarks framework (#14815)
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index 5ecf1c3c4..7a77c09ae 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -20,7 +20,7 @@ async function dlint() { ":!:cli/tests/testdata/swc_syntax_error.ts", ":!:cli/tests/testdata/038_checkjs.js", ":!:cli/tests/testdata/error_008_checkjs.js", - ":!:cli/bench/node*.js", + ":!:cli/bench/http/node*.js", ":!:cli/bench/testdata/express-router.js", ":!:cli/compilers/wasm_wrap.js", ":!:cli/dts/**", |