Skip to content

azhai/go-orm-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang ORM Benchmarks

This repository contains benchmarks for the following projects:

And also, pure SQL benchmarks using:

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

Modeling credits: efectn/go-orm-benchmarks and andreiac-silva/golang-orm-benchmarks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 98.2%
  • Makefile 1.8%