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

Add support for statistical functions #1

Open
ivotron opened this issue May 28, 2015 · 0 comments
Open

Add support for statistical functions #1

ivotron opened this issue May 28, 2015 · 0 comments

Comments

@ivotron
Copy link
Owner

ivotron commented May 28, 2015

The way things work right now is by having validations apply directly to metrics as given, without any aggregation being done to them. We would like the validation language to be able to capture something like

expect avg(runtime(method='mine')) < avg(runtime(method='other'))

SQL backends usually support this but we need to include it in the syntax and modify the parsing semantics so that the functions get captured

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant