-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CosmosException : Fixes exception messages to remove JSON formatting (#…
…2303) * CosmosException : Fixes exception messages by removing escape character * Update benchmark results * Update Microsoft.Azure.Cosmos/src/Resource/CosmosExceptions/CosmosExceptionFactory.cs Co-authored-by: j82w <j82w@users.noreply.github.com> * Code review Changes - 1 * Code Review Changes - 2 Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com> Co-authored-by: j82w <j82w@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
113 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 33 additions & 33 deletions
66
...ure.Cosmos/tests/Microsoft.Azure.Cosmos.Performance.Tests/Contracts/BenchmarkResults.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"MasterKeyAuthorizationBenchmark.CreateSignatureGeneration;": 542.0, | ||
"MasterKeyAuthorizationBenchmark.ReadSignatureGeneration;": 538.0, | ||
"MockedItemBenchmark.CreateItem;[Type=OfT]": 45296.0, | ||
"MockedItemBenchmark.CreateItem;[Type=OfTCustom]": 45306.0, | ||
"MockedItemBenchmark.CreateItem;[Type=OfTWithDiagnosticsToString]": 72264.0, | ||
"MockedItemBenchmark.CreateItem;[Type=Stream]": 29790.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=OfT]": 37180.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=OfTCustom]": 37150.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=OfTWithDiagnosticsToString]": 63448.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=Stream]": 29808.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=OfT]": 52258.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=OfTCustom]": 52254.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=OfTWithDiagnosticsToString]": 78552.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=Stream]": 47156.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=OfT]": 571066.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=OfTCustom]": 571062.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=OfTWithDiagnosticsToString]": 610228.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=Stream]": 42748.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=OfT]": 42034.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=OfTCustom]": 42040.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=OfTWithDiagnosticsToString]": 67784.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=Stream]": 34694.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=OfT]": 57138.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=OfTCustom]": 57142.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=OfTWithDiagnosticsToString]": 82856.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=Stream]": 52034.0, | ||
"MasterKeyAuthorizationBenchmark.CreateSignatureGeneration;": 534.0, | ||
"MasterKeyAuthorizationBenchmark.ReadSignatureGeneration;": 532.0, | ||
"MockedItemBenchmark.CreateItem;[Type=OfT]": 45302.0, | ||
"MockedItemBenchmark.CreateItem;[Type=OfTCustom]": 45320.0, | ||
"MockedItemBenchmark.CreateItem;[Type=OfTWithDiagnosticsToString]": 72242.0, | ||
"MockedItemBenchmark.CreateItem;[Type=Stream]": 29766.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=OfT]": 37154.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=OfTCustom]": 37154.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=OfTWithDiagnosticsToString]": 63450.0, | ||
"MockedItemBenchmark.DeleteItemExists;[Type=Stream]": 30382.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=OfT]": 48216.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=OfTCustom]": 48216.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=OfTWithDiagnosticsToString]": 74512.0, | ||
"MockedItemBenchmark.DeleteItemNotExists;[Type=Stream]": 43118.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=OfT]": 571684.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=OfTCustom]": 571048.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=OfTWithDiagnosticsToString]": 611762.0, | ||
"MockedItemBenchmark.ReadFeed;[Type=Stream]": 42734.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=OfT]": 42032.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=OfTCustom]": 41870.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=OfTWithDiagnosticsToString]": 67766.0, | ||
"MockedItemBenchmark.ReadItemExists;[Type=Stream]": 34688.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=OfT]": 53082.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=OfTCustom]": 53100.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=OfTWithDiagnosticsToString]": 78810.0, | ||
"MockedItemBenchmark.ReadItemNotExists;[Type=Stream]": 47994.0, | ||
"MockedItemBenchmark.UpdateItem;[Type=OfT]": 45542.0, | ||
"MockedItemBenchmark.UpdateItem;[Type=OfTCustom]": 45554.0, | ||
"MockedItemBenchmark.UpdateItem;[Type=OfTWithDiagnosticsToString]": 72604.0, | ||
"MockedItemBenchmark.UpdateItem;[Type=Stream]": 30038.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=OfT]": 45458.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=OfTCustom]": 45448.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=OfTWithDiagnosticsToString]": 72394.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=Stream]": 29958.0 | ||
"MockedItemBenchmark.UpdateItem;[Type=OfTCustom]": 45532.0, | ||
"MockedItemBenchmark.UpdateItem;[Type=OfTWithDiagnosticsToString]": 72504.0, | ||
"MockedItemBenchmark.UpdateItem;[Type=Stream]": 30026.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=OfT]": 45448.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=OfTCustom]": 45458.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=OfTWithDiagnosticsToString]": 72378.0, | ||
"MockedItemBenchmark.UpsertItem;[Type=Stream]": 29934.0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters