Categorygithub.com/FournyP/go-orm-benchmarks
repository
0.0.0-20240223115320-80c36e7e6a51
Repository: https://github.com/fournyp/go-orm-benchmarks.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go ORM Benchmarks

This repository contains benchmarks for various Go ORM libraries. The benchmarks are run against a Postgres database and measure the time it takes to perform various operations.

Running the benchmarks

First, you need to install the dependencies:

go install

Then, you can run the docker-compose to up databases:

docker-compose up -d

Finally, you can run the benchmarks:

go test -benchmem -bench . .\benchmarks