aws-observability / aws-otel-js

AWS Distro for OpenTelemetry JavaScript SDK
https://aws-otel.github.io/
Apache License 2.0
36 stars 22 forks source link

Edit benchmark output file format for GH action #75

Closed NathanielRN closed 2 years ago

NathanielRN commented 2 years ago

Description

Follow up to #71 where we switched over to using the upstream GitHub benchmark action.

In the upstream version of this GH action, the format of the output.json file which has the benchmarks is different from the one we were originally using. This made the Soak tests fail.

In this PR we fix the format to match upstream, and also relax the strict version pinning so that non-breaking changes are accepted.

Fixes #72 Fixes #73 Fixes #74