-
Notifications
You must be signed in to change notification settings - Fork 15
Use tags for workload selection #82
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
Conversation
✅ Deploy Preview for webkit-jetstream-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
gentle ping. |
JetStreamDriver.js
Outdated
@@ -1558,7 +1565,7 @@ let BENCHMARKS = [ | |||
, "./ARES-6/Air/payload-typescript-scanIdentifier.js" | |||
, "./ARES-6/Air/benchmark.js" | |||
], | |||
tags: ["ARES"], | |||
tags: ["default", "ARES"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: The other tags seem to be CamelCase
so maybe this should be Default
to be consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
come to think, having tags lower case is probably the most convenient (and would be in sync with what we do in speedometer).
Then we can alos easily ignore the case when trying to enable tags groups.
WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine with me. Case sensitivity for debugging options is inconvenient in my experience.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That said, CamelCase
is usually easier to read since it demarks different parts of the word. I'm happy to switch to camelCase
though too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Changed to "Default"
- Internally all tags are lowercase
- Added check for duplicate tags, so we don't accidentally have an issue mixing same tags with different upper/lower cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the order change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some nits.
tag, thus stopped running by default. This adds the "Default" tag so the dotnet benchmarks run again by default.
tag
as urlParam