open-telemetry / opentelemetry-cpp

The OpenTelemetry C++ Client
https://opentelemetry.io/
Apache License 2.0
851 stars 403 forks source link

Benchmark run is broken in CI #2620

Closed marcalff closed 6 months ago

marcalff commented 6 months ago

Since the merge of #2597 to main, the CI benchmark fails with:

Status: Downloaded newer image for itchyny/gojq:0.12.6
gojq: invalid json: <stdin>:39
    39 | -- LOG(0): Value passed to --benchmark_min_time should have a suf
          ^  invalid character '-' in numeric literal
Error: Process completed with exit code 5.

I suspect the problem is due to the following breaking change in benchmark: