Skip to content

Commit

Permalink
enable perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Mar 29, 2023
1 parent 6553a70 commit ce09070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static int ValidateSummaryResultsAgainstBaseline(SortedDictionary<string,
Console.WriteLine(failure);
}

return 0;// Temporarily passing it every time. ref. https://github.com/Azure/azure-cosmos-dotnet-v3/issues/2840
return 1;
}

return 0;
Expand Down

0 comments on commit ce09070

Please sign in to comment.