You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/examples/benchmark/testresults/plot.sh

10 lines
126 B

#!/bin/bash
m_path=$(dirname $0)
m_path=${m_path/\./$(pwd)}
cd $m_path
./transpose.sh
gnuplot benchmark.gnu
rm -fr t_*.csv