| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 76.51515% with 93 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #1114 +/- ##
==========================================
+ Coverage 62.43% 63.06% +0.63%
==========================================
Files 48 50 +2
Lines 7882 8288 +406
==========================================
+ Hits 4921 5227 +306
- Misses 2961 3061 +100 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
In the last few days we have added a GH workflow for benchmark (which this PR is using) but also one for stress runs. Since these are not Jenkins maybe these don't belong to ncu-ci, but do we want to group all potential GH workflows into a group of commands? Or do we not care about the Jenkins/GH distinction and put these all under ncu-ci? I'm not saying we need to add the other workflows now, just asking/thinking about whether we need a pattern of where this (and potential other) commands go. |
Sorry, something went wrong.
|
I agree it would feel weird on ncu-ci. It's unclear to me whether you're suggesting a new binary, or a new git-node component with a more "neutral" name so it can be used for both (and potentially more in the future) workflows. It seems to me we would be better off having them both on git-node on different components (e.g. git node benchmark and git node stress-test), and they can both use the same Request.prototype.dispatchWorkflow, wdyt? |
Sorry, something went wrong.
This is what I was thinking of, but it's more of a suggestion and not a blocking issue for me. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add a tool to help spawning GHA benchmark from the CLI. Here's the output from my test run:
N.B.: the tests have been vibe-coded, part of the implementation has also been LLM-generated