Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 13, 2023
1 parent 754b7d5 commit e35659c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ports:
- 5001:5001
graph-node:
image: graphprotocol/graph-node
image: graphprotocol/graph-node:latest
# Would be best to get this health check working, but so far it hasn't been an issue.
# options: >-
# --health-cmd "curl --fail http://graph-node:8040"
Expand All @@ -61,7 +61,7 @@ jobs:
uses: ./.github/actions/setup

- name: Bench
run: bench:ponder:ci
run: pnpm bench:ponder-ci
env:
ANVIL_FORK_URL: ${{ secrets.ANVIL_FORK_URL }}
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"bench:ponder": "export $(grep -v '^#' .env.local | xargs) && rm -rf data/ && docker-compose up --detach && tsup-node && (node dist/ponder.mjs || true) && docker-compose down",
"bench:ponder:ci": "tsup-node && node dist/ponder.mjs"
"bench:ponder-ci": "tsup-node && node dist/ponder.mjs"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.54.0-alpha-20230727052453-1e0e6e5",
Expand Down
3 changes: 1 addition & 2 deletions benchmarks/subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ dataSources:
source:
address: "0xae78736cd615f374d3085123a210448e74fc6393"
abi: RocketTokenRETH
startBlock: 17499000
endBlock: 17500000
startBlock: 17490000
mapping:
kind: ethereum/events
apiVersion: 0.0.8
Expand Down

0 comments on commit e35659c

Please sign in to comment.