Observed behavior
The nightly benchmark GitHub action no longer succeeds after the refactor.
Here's the step that fails:
Run set -o pipefail; go test -bench=Bench -short -benchtime=5s -benchmem ./... | tee output.txt
pattern ./...: directory prefix . does not contain main module or its selected dependencies
Error: Process completed with exit code 1.
And a link to a failed run:
https://github.com/open-feature/flagd/actions/runs/4400751617/jobs/7706332843
Expected Behavior
The benchmarks should run successfully.
Steps to reproduce
No response
Observed behavior
The nightly benchmark GitHub action no longer succeeds after the refactor.
Here's the step that fails:
And a link to a failed run:
https://github.com/open-feature/flagd/actions/runs/4400751617/jobs/7706332843
Expected Behavior
The benchmarks should run successfully.
Steps to reproduce
No response