Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Internal] Perf test: Refactors code to re-enable performance tests #3785

Merged
merged 7 commits into from
Apr 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
enable perf tests
  • Loading branch information
sourabh1007 committed Apr 5, 2023
commit 17791e5f153181274bc9358367b8f85cffde1c82
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