![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | bulk-load/ | 5 days ago | - | |
![]() | token-parser/ | 5 days ago | - | |
![]() | query/ | 5 days ago | - | |
![]() | request/ | 5 days ago | - | |
![]() | connection/ | 5 days ago | - | |
![]() | README.md | 5 days ago | 339 | |
![]() | common.js | 5 days ago | 8.4K |
This folder contains a collection of benchmarks for tedious
.
Running an existing benchmark is easy, simply execute the benchmark file with node
:
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.