b93b62368b
which only extends from tsconfig.json. There might be more customization for packages in the early days but not any more. This PR removes it and updates packages to extends tsconfig.json directly ***NO_CI*** |
||
---|---|---|
.. | ||
test | ||
README.md | ||
package.json | ||
sample.env | ||
tsconfig.json |
README.md
Guide
- Build the storage-blob perf tests package
rush build -t perf-storage-file-datalake
. - Copy the
sample.env
file and name it as.env
. - Create a storage account and populate the
.env
file withSTORAGE_CONNECTION_STRING
variable. - Run the tests as follows
- append
npm run perf-test:node -- StorageDFSAppendTest --warmup 2 --duration 7 --iterations 2 --parallel 2
- read
npm run perf-test:node -- StorageDFSReadTest --warmup 2 --duration 7 --iterations 2 --parallel 2
- upload
npm run perf-test:node -- StorageDFSUploadTest --warmup 2 --duration 7 --iterations 2 --parallel 2
- upload from file
npm run perf-test:node -- StorageDFSUploadFromFileTest --warmup 2 --duration 7 --iterations 2 --parallel 2
- append