github.com/pjdufour-truss/pop@v4.11.2-0.20190705085848-4c90b0ff4d5a+incompatible/bench.sh (about)

     1  #!/bin/bash
     2  
     3  set +e
     4  
     5  clear
     6  
     7  echo "postgres"
     8  SODA_DIALECT=postgres go test -tags sqlite -bench=.
     9  echo "--------------------"
    10  echo "mysql"
    11  SODA_DIALECT=mysql go test -tags sqlite -bench=.
    12  echo "--------------------"
    13  echo "sqlite"
    14  SODA_DIALECT=sqlite go test -tags sqlite -bench=.