1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Files
kratos/examples/benchmark/testresults/plot_mac.sh
T
包子 bdb51d2696 feat(examples): add benchmark example (#1134)
* feat(examples): add benchmark example

* fix examples/benchmark/test.sh

* fix: remove go.mod from examples / benchmark
2021-07-01 09:49:35 +08:00

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