github.com/DARA-Project/GoDist-Scheduler@v0.0.0-20201030134746-668de4acea0d/u-benchmarks/go_vs_dgo/run_benchmarks.sh (about)

     1  #!/bin/bash
     2  
     3  go test -bench go/ > go1_10.txt
     4  dgo test -bench dgo > dgo.txt
     5  
     6  # TODO Run Record benchmark
     7  # TODO Run Replay benchmark