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-pageModeling credits: efectn/go-orm-benchmarks and andreiac-silva/golang-orm-benchmarks.