mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-21 21:27:16 +02:00
* feat(examples): add benchmark example * fix examples/benchmark/test.sh * fix: remove go.mod from examples / benchmark
4 lines
58 B
Bash
4 lines
58 B
Bash
#!/bin/bash
|
|
|
|
web_frameworks=("kratos" "gin" "echo" "mux")
|