To execute all benchmarks operations, run the following command:
$ make benchmark-all
Keep it in mind that running all the benchmarks at once can take some time to complete.
If you want to run a specific benchmark, you can use the following commands:
$ make benchmark-insert
$ make benchmark-insert-bulk
$ make benchmark-update
$ make benchmark-delete
$ make benchmark-select-one
$ make benchmark-select-page
You can take a look at the benchmarks results here.
Modeling credits: go-orm-benchmarks.