Commit 7551d46
authored
feat: e2e dataset benchmarks + fix npm tarball entry points (#23)
* feat: e2e dataset benchmarks, CI gate, contributor docs
- Add Docker-backed dataset E2E bench scripts, compose services, multi-run aggregates
- Add baseline compare + template JSON; wire CI job on Postgres
- Document benchmark output/regression in docs/benchmark-regression.md
- Add CONTRIBUTING, issue template + config; README updates; GIF script UX
- Typecheck scripts via tsconfig; exclude scripts from build; Prisma shim types
* fix: set rootDir to src so published tarball matches package exports
tsc was emitting dist/src/*.js while main and exports point to dist/index.js
and dist/prisma.js, breaking installs of @olegkoval/queryd on npm.1 parent 2ca64c7 commit 7551d46
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
0 commit comments