github.com/wayscript/goofys@v0.24.0/bench/azure/README.md (about) 1 ## Benchmark with Azure Blob Storage 2 3 The test was run on `Standard DS4 v2` in `West US` connected to a bucket also in `West US`. Units are seconds. For [blobfuse](https://github.com/Azure/azure-storage-fuse/), cache directory is cleared to simulate cold read. 4 5  6 7 To run the benchmark, do: 8 ```ShellSession 9 $ export AZURE_STORAGE_ACCOUNT=myaccount 10 $ export AZURE_STORAGE_KEY=STORAGE-ACCESS-KEY 11 $ sudo docker run -e BUCKET=$TESTBUCKET -e AZURE_STORAGE_ACCOUNT=$AZURE_STORAGE_ACCOUNT -e AZURE_STORAGE_KEY=$AZURE_STORAGE_KEY --rm --privileged --net=host -v /mnt/cache:/tmp/cache kahing/goofys-bench:azure-latest 12 # result will be written to $TESTBUCKET 13 ```