github.com/jbking/gohan@v0.0.0-20151217002006-b41ccf1c2a96/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 .