key perf metrics #1655
BluBloos
started this conversation in
Development
Replies: 1 comment 4 replies
-
I am presuming you are referring to speed of execution? FWIW In my experience when tests are run on anything other than very tightly controlled physical hardware they have little value, as there is no control over the performance of the underlying 'machine' - like, even if it sort-of-gets-swapped-out-altogether temporarily. Are you aware of some other way of getting reliable performance measurements from GitHub Actions? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was curious if there was a dedicated test under ./tests for measuring some key perf metrics of Tasks, but I couldn't find anything like this?
Would such a test be valuable for Tasks development?
Obviously there couldn't be any
require
s but still a simple report for the perf metrics could help to validate any future perf-related PRs.Beta Was this translation helpful? Give feedback.
All reactions