这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Conversation

@kylebrandt
Copy link
Member

This adds the ability to graph multiple seriesSets in expression graphs, and also graph things like week-over-week.

}

func Merge(e *State, T miniprofiler.Timer, series ...*Results) (*Results, error) {
if len(series) < 1 {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd prefer == 0 and == 1 for these two short circuit clauses.

This adds the ability to graph multiple seriesSets in expression graphs, and also graph things like week-over-week. Fixes #985
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants