drizzle-team / drizzle-northwind-benchmarks

22 stars 6 forks source link

Use latest version of each tool #7

Open rafaell-lycan opened 1 year ago

rafaell-lycan commented 1 year ago

Use the latest version of each tool for example such as TypeORM v0.3.17 and Prisma v5.x.

Perhaps figuring out a way to update these benchmarks monthly?

capaj commented 9 months ago

Perhaps figuring out a way to update these benchmarks monthly?

you can add a github action which runs on a CRON schedule each month. It could easily bump all deps, install, run and save the results in one go.