You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I'm running pwmetrics in a post-merge CI job to track my app's performance over time. I'd like to associate each row of data with the git commit of the code being tested, so I can pinpoint where a regression (or improvement) was introduced.
If I could have an additional option in the sheets options for a comments field that would accept a string or function, I could accomplish this as follows:
There could be more advanced use cases that would benefit from passing in metadata to the function, but for my particular use case, this simple start would be fine.
I'd be happy to contribute a PR if the feature is approved!
The text was updated successfully, but these errors were encountered:
Suppose I'm running pwmetrics in a post-merge CI job to track my app's performance over time. I'd like to associate each row of data with the git commit of the code being tested, so I can pinpoint where a regression (or improvement) was introduced.
If I could have an additional option in the
sheets
options for acomments
field that would accept a string or function, I could accomplish this as follows:There could be more advanced use cases that would benefit from passing in metadata to the function, but for my particular use case, this simple start would be fine.
I'd be happy to contribute a PR if the feature is approved!
The text was updated successfully, but these errors were encountered: