mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-13 13:48:51 +02:00
* feat(examples): add benchmark example * fix examples/benchmark/test.sh * fix: remove go.mod from examples / benchmark
11 lines
129 B
Bash
11 lines
129 B
Bash
#!/bin/bash
|
|
m_path=$(dirname $0)
|
|
m_path=${m_path/\./$(pwd)}
|
|
cd $m_path
|
|
|
|
./transpose.sh
|
|
|
|
gnuplot -c benchmark.gnu
|
|
|
|
rm -fr t_*.csv
|