You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add performance tests for Azure Cosmos DB in ThinClient mode by implementing CRUD operation benchmarks using BenchmarkDotNet. Ensure tests cover methods like CreateItemAsync, ReadItemAsync, UpsertItemAsync, ReplaceItemAsync, and DeleteItemAsync in thinclient connection mode. Collect key performance metrics such as execution time, memory usage, and throughput.
The text was updated successfully, but these errors were encountered:
Acceptance Criteria:
Add performance tests for Azure Cosmos DB in ThinClient mode by implementing CRUD operation benchmarks using BenchmarkDotNet. Ensure tests cover methods like CreateItemAsync, ReadItemAsync, UpsertItemAsync, ReplaceItemAsync, and DeleteItemAsync in thinclient connection mode. Collect key performance metrics such as execution time, memory usage, and throughput.
The text was updated successfully, but these errors were encountered: