Commit Graph

10 Commits (d1e97489ef5f8cc22d6a245af5eca23397a1558a)

Author SHA1 Message Date
Vinícius Garcia 6c90673bef Fix benchmarks to stop using deprecated constructor 2022-01-20 18:53:35 -03:00
Vinícius Garcia a394fd0815 Move some functions to the internal package 2022-01-11 19:00:22 -03:00
Vinícius Garcia 545ea48f0c Add benchmarks for the database/sql library using prepared-statements 2021-11-16 21:17:57 -03:00
Vinícius Garcia a5e71303cb Fix problem on the Querying benchmark for `sql`
By mistake (I forgot to delete a letter) I was calling
`sqlx.Open()` instead of `sql.Open()`, which invalidates
the benchmark.

This is now fixed.
2021-11-16 19:51:16 -03:00
Vinícius Garcia 25781352cb Add adapters for each possible db technology 2021-11-14 14:54:01 -03:00
Vinícius Garcia b5a1f92fb8 Add pgx to benchmark 2021-11-14 11:13:35 -03:00
Vinícius Garcia 3424652db3 Add benchmark for database/sql 2021-11-14 01:36:55 -03:00
Vinícius Garcia 23692d13d4 Add gorm to benchmarks 2021-11-14 01:10:57 -03:00
Vinícius Garcia e2899617f4 Fix benchmarks/go.mod so it always point the the local ksql copy 2021-11-14 00:22:58 -03:00
Vinícius Garcia e2705f2b8e Move benchmarks to submodule in order to reduce the go.mod deps 2021-11-13 23:59:33 -03:00