RoadSign/test/benchmark/roadsign-with-prefork/config/example.json
LittleSheep 78c51bb432
All checks were successful
release-nightly / build-docker (push) Successful in 58s
Add benchmark
2023-11-25 01:27:37 +08:00

20 lines
267 B
JSON

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