aboutsummaryrefslogtreecommitdiff
path: root/benchmark/benchmark_test.go
Commit message (Expand)AuthorAgeFilesLines
* exclude testhelpers from coverage testingStefan Majewsky2026-04-241-2/+2
* change Store.Insert() to take arguments by pointerStefan Majewsky2026-04-191-2/+6
* add type PreparedSelectQueryStefan Majewsky2026-04-181-3/+5
* write out a proper READMEStefan Majewsky2026-04-181-0/+10
* benchmark: add GormStefan Majewsky2026-04-171-34/+102
* add Store.Update()Stefan Majewsky2026-04-161-6/+109
* add PrepareThreshold tuning parameterStefan Majewsky2026-04-161-1/+0
* benchmark: compare batches of prepared vs. one-off statementsStefan Majewsky2026-04-161-57/+103
* take non-pointer records on Insert()Stefan Majewsky2026-04-161-1/+2
* reduce code duplication in benchmark testsStefan Majewsky2026-04-131-104/+30
* add initial sketches for Store.Insert, Store.UpdateStefan Majewsky2026-04-121-32/+121
* add Store.SelectWhere, Store.SelectOneWhereStefan Majewsky2026-04-121-9/+43
* add Store.SelectOneStefan Majewsky2026-04-121-18/+97
* reorganize the API from type DB to type StoreStefan Majewsky2026-04-111-3/+6
* BenchmarkSelect: test N=1/10/100/1000 all at onceStefan Majewsky2026-04-111-78/+81
* say no to ctxStefan Majewsky2026-04-111-2/+2
* initial MVP for oblast.Select()Stefan Majewsky2026-04-101-0/+131