azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

Add Track1 and Track2 Storage Blob Perf Tests

Open mikeharder opened this issue 3 years ago • 0 comments

Please add the following Storage Blob perf tests:

  1. Track2: Upload, ListBlobs
  2. Track1: Download, Upload, ListBlobs

For reference, the .NET tests are here:

  • Track2: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/perf/Azure.Storage.Blobs.Perf
  • Track1: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/perf/Microsoft.Azure.Storage.Blob.Perf

There is also an alternative implementation of C++ Track1 and Track2 tests here: https://github.com/Jinming-Hu/azure-sdk-for-cpp-perf/tree/master/src

mikeharder avatar May 22 '21 00:05 mikeharder