[WIP] Add Benchmarking Framework.#2578
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2578 +/- ##
==========================================
+ Coverage 63.41% 64.05% +0.63%
==========================================
Files 119 124 +5
Lines 19227 20931 +1704
==========================================
+ Hits 12193 13407 +1214
- Misses 6222 6671 +449
- Partials 812 853 +41 ☔ View full report in Codecov by Sentry. |
.github/workflows/benchmark.yaml
Outdated
There was a problem hiding this comment.
also check out
gateway/.github/workflows/build_and_test.yaml
Line 128 in d44f4be
d48dca9 to
f1456dd
Compare
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
c7924f2 to
c54478e
Compare
Signed-off-by: Xin Huang <[email protected]>
c54478e to
f32f97b
Compare
Signed-off-by: Xin Huang <[email protected]>
503208c to
a0055f3
Compare
Signed-off-by: Huang Xin <[email protected]>
d34a28d to
1eab6df
Compare
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
Signed-off-by: Xin Huang <[email protected]>
ebbbdfe to
1ae3167
Compare
Signed-off-by: Huang Xin <[email protected]>
004a547 to
a166d63
Compare
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
|
@gyohuangxin still working on this one ? would be great to get this into v1.1 |
|
@arkodg I'm sorry, I may still be busy with commanies matters in the second quarter. |
Thanks for all the wonderful works you've done, I will take this forward, feel free to reach out or take a review 😄 |
What type of PR is this?
What this PR does / why we need it:
This PR is to add benchmarking framework as discussed in design.
Which issue(s) this PR fixes:
Fixes #1365 #2325