Add benchmark
All checks were successful
release-nightly / build-docker (push) Successful in 58s

This commit is contained in:
2023-11-25 01:27:37 +08:00
parent b1a6364618
commit 78c51bb432
9 changed files with 310 additions and 33 deletions

View File

@ -0,0 +1,20 @@
{
"name": "Example Site",
"rules": [
{
"host": [
"localhost:8000"
],
"path": [
"/"
]
}
],
"upstreams": [
{
"id": "example",
"name": "Benchmarking Data",
"uri": "files://../data"
}
]
}