Commit iniziale

This commit is contained in:
Paolo A
2025-02-18 22:59:07 +00:00
commit 4bbf35cefb
6879 changed files with 623784 additions and 0 deletions

12
node_modules/tedious/benchmarks/README.md generated vendored Normal file
View File

@@ -0,0 +1,12 @@
# 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.