1cae9db8e1
as we no longer use it and rely on GitHub security features. ***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