Skip to content

FournyP/go-orm-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages