build: add benchmark build scaffolding #3343
Annotations
2 errors, 3 warnings, and 1 notice
|
cpp-linter
Process completed with exit code 1.
|
|
cpp-linter
Process completed with exit code 1.
|
|
cpp-linter
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
src/iceberg/benchmark/metrics_evaluator_benchmark.cc:38:1 [modernize-avoid-c-arrays]:
src/iceberg/benchmark/metrics_evaluator_benchmark.cc#L38
do not declare C-style arrays, use 'std::array' instead
|
|
src/iceberg/benchmark/metrics_evaluator_benchmark.cc:26:13 [clang-analyzer-deadcode.DeadStores]:
src/iceberg/benchmark/metrics_evaluator_benchmark.cc#L26
Value stored to '_' during its initialization is never read
|
|
sccache stats - cpp-linter
97% - 743 hits, 22 misses, 0 errors
|