Skip to content

Commit

Permalink
fix: ci benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent ff4523d commit eb80c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- run: go build -o /tmp/ledger ./
- run: echo "running actions as ${USER}"
- run: /tmp/ledger serve --postgres-uri=postgres://formance:[email protected]/ledger --postgres-conn-max-idle-time=120s --postgres-max-open-conns=500 --postgres-max-idle-conns=100 &
- run: /tmp/ledger serve --postgres-uri=postgres://formance:[email protected]/ledger --postgres-conn-max-idle-time=120s --postgres-max-open-conns=500 --postgres-max-idle-conns=100 --otel-metrics-keep-in-memory &
- run: >
earthly
--allow-privileged
Expand Down

0 comments on commit eb80c21

Please sign in to comment.