Skip to content

andreiac-silva/golang-orm-benchmarks

Repository files navigation

Golang ORM Benchmarks

This repository contains benchmarks for the following projects:

And also, pure SQL benchmarks using:

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published