diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2024-02-03 12:12:20 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 05:12:20 +0000 |
commit | 3fc7362fe189b73d9cb9a0ff3338d755ca7e7003 (patch) | |
tree | 4c5bfb646b1b4603e7bf7273b98ad292cfe4a7ca /test/data/json.json | |
parent | 16423a1bc89d8a0e6439c8d3f7441fd3d36e85df (diff) |
Add vitest benchmark (#583)
* add basic benches
* add package.json script
* fix header
* add codspeed plugin
* add benchmark GitHub action
* add env
* revert change
* merge upstream
* update names
Diffstat (limited to 'test/data/json.json')
-rw-r--r-- | test/data/json.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/json.json b/test/data/json.json index fe7df57d..1f664587 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -23,6 +23,7 @@ {"path": "test/data/dictionaries/invalid-dictionary6/index.json", "ignore": true}, {"path": "test/jsconfig.json", "ignore": true}, {"path": "test/data/vitest.write.config.json", "ignore": true}, + {"path": "benches/jsconfig.json", "ignore": true}, { "path": "dev/data/manifest-variants.json", @@ -184,4 +185,4 @@ "schema": "ext/data/schemas/dictionary-term-meta-bank-v3-schema.json" } ] -}
\ No newline at end of file +} |