mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +02:00
bdb51d2696
* 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
|