github.com/mmatczuk/gohan@v0.0.0-20170206152520-30e45d9bdb69/benchmark.sh (about)

     1  #!/bin/bash
     2  
     3  # Note you need to configure mysql
     4  mysql -uroot -e "drop database if exists gohan_test; create database gohan_test;";
     5  cd server
     6  go test -run none -bench .