775 B
775 B
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