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

MAKE-509: Database method to find all perf test results #20

Merged
merged 4 commits into from Nov 14, 2018

Conversation

julianedwards
Copy link
Contributor

No description provided.

model/perf.go Outdated
type iterDoc struct {
Children []PerformanceResult `bson:"children,omitempty"`
}
doc := iterDoc{}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to have this be a named type, and can just do

doc := struct{
     Children Type `bson:"foo"`
}

@julianedwards julianedwards merged commit 59335c5 into evergreen-ci:master Nov 14, 2018
zamj pushed a commit to zamj/cedar that referenced this pull request Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants