Skip to content

thizzle/go-benchmark-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Database Library Benchmarks

A suite of benchmarks for database libraries in Go. Currently benchmarks:

Running via Docker

The easiest way to run these benchmarks is via Docker and docker-compose (previously known as fig). You'll want both installed and available on your $PATH.

  1. $ docker-compose build to build the required Docker image (just for the application).

  2. $ docker-compose up -d pgm to start a database server instance (postgresql).

  3. $ docker-compose run app goose up (only once) to run the database migrations, and bring the database up-to-date.

  4. $ docker-compose run app to run the tests/benchmarks.

About

A suite of benchmarks for database libraries in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages