diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2024-02-10 12:31:34 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 05:31:34 +0000 |
commit | 8ef351a9daac22abec5b341cca4209d7595aa4f5 (patch) | |
tree | 61ac3984f5b524dfde9a47da3f8564d3f5fe36e8 /benches/jsconfig.json | |
parent | 17111eabdd1a7e1b3c537320ba24e7d4dc507f5b (diff) |
Add benchmarks for Translator class methods (#654)
* add translator benches
* fix path
* update test names
* remove unnecessary window, rename bench to translator
Diffstat (limited to 'benches/jsconfig.json')
-rw-r--r-- | benches/jsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benches/jsconfig.json b/benches/jsconfig.json index 8b821d68..8743868a 100644 --- a/benches/jsconfig.json +++ b/benches/jsconfig.json @@ -15,6 +15,7 @@ "*": ["../types/ext/*"], "dev/*": ["../types/dev/*"], "benches/*": ["../types/benches/*"], + "test/*": ["../types/test/*"], "rollup/parseAst": ["../types/other/rollup-parse-ast"], "ext/json-schema": ["../types/ext/json-schema"], "json-schema": ["json-schema"] @@ -34,6 +35,7 @@ "../types/ext/**/*.ts", "../types/dev/**/*.ts", "../types/benches/**/*.ts", + "../types/test/**/*.ts", "../types/other/globals.d.ts" ], "exclude": [ |