Skip to content

Commit 93a5a42

Browse files
committed
Update workflow.
1 parent 98a08ea commit 93a5a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Fetch Repository
1111
uses: actions/checkout@v3
1212
- name: Run Benchmark
13-
run: ./run_benchmarks.sh
13+
run: docker-compose up

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ From [`results.md`](results.md):
149149

150150
### To-Do List:
151151

152-
- [ ] Add prisma or new ORMs?
152+
- [ ] Add [sqlh](github.com/nofeaturesonlybugs/sqlh).
153153
- [ ] Use benchmark tools of `testing` as benchmark suite.
154154

155155
### License

0 commit comments

Comments
 (0)