[CHAOSPLT-984] Add fuzzer, v2#465
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #465 +/- ##
=======================================
Coverage 84.91% 84.91%
=======================================
Files 190 190
Lines 9820 9820
Branches 4293 4293
=======================================
Hits 8339 8339
Misses 612 612
Partials 869 869
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmarks gccBenchmark execution time: 2025-10-07 09:55:58 Comparing candidate commit 3050e1a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Artifact Size Comparison 📦
|
| # - if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "push"' | ||
| # - if: '$CI_PIPELINE_SOURCE == "web"' | ||
| # when: manual | ||
| before_script: | |
There was a problem hiding this comment.
Feel free to open a PR on the benchmarking platform repo to update this image and avoid reinstalling every time.
There was a problem hiding this comment.
sure, I'll find the minimal working step and then port that to the base image :)
fac412a to
715cd89
Compare
715cd89 to
0510467
Compare
Benchmarks clangBenchmark execution time: 2025-10-07 09:56:41 Comparing candidate commit 3050e1a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Benchmarks clang-pgoBenchmark execution time: 2025-10-07 09:28:23 Comparing candidate commit c711f62 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
3c5572a to
4da3115
Compare
4da3115 to
484444d
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
edouard.schweisguth@datadoghq.com cancelled this merge request build |
|
/remove |
|
View all feedbacks in Devflow UI.
|
This PR adds support for the internal fuzzing infrastructure.
This will run all the fuzzer, daily, from master based on the gitlab CI schedule.
It also allows user to manually start a fuzzing pipeline in gitlab (that will send it to our fuzzing infra) manually by clicking the start button.
This is a much simplified version of #436
I added a build.sh at the root of the fuzzer to simplify the fuzzing infra script.