![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | bulk-load/ | 2025-03-12 08:59 | - | |
![]() | connection/ | 2025-03-12 08:59 | - | |
![]() | query/ | 2025-03-12 08:59 | - | |
![]() | request/ | 2025-03-12 08:59 | - | |
![]() | token-parser/ | 2025-03-12 08:59 | - | |
![]() | README.md | 2025-03-12 08:59 | 339 | |
![]() | common.js | 2025-03-12 08:59 | 8.4K |
# Tedious Benchmarks This folder contains a collection of benchmarks for `tedious`. Running an existing benchmark is easy, simply execute the benchmark file with `node`: ```sh node benchmarks/query/select-many-rows.js ``` **NOTE:** The benchmarks try to load `tedious` code from `lib`, so make sure you run `npm run prepublish` first.