Skip to content

Commit

Permalink
fix(benchmarks): debug (#508)
Browse files Browse the repository at this point in the history
* fix(benchmarks): debug

* fix: benchmarks

* feat: remove debug
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent 5c5d88a commit bcc53cc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- 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
--otel-metrics-keep-in-memory &
--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 All @@ -36,6 +36,7 @@ jobs:
${{ contains(github.event.pull_request.labels.*.name, 'no-cache') && '--no-cache' || '' }}
./test/performance+generate-graphs
- run: kill -9 $(ps aux | grep "ledger serve"| grep -v "grep" | awk '{print $2}')
if: always()
- uses: actions/upload-artifact@v4
with:
name: graphs
Expand Down

0 comments on commit bcc53cc

Please sign in to comment.