✅ Add benchmark
All checks were successful
release-nightly / build-docker (push) Successful in 58s
All checks were successful
release-nightly / build-docker (push) Successful in 58s
This commit is contained in:
20
test/benchmark/roadsign/config/example.json
Normal file
20
test/benchmark/roadsign/config/example.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Example Site",
|
||||
"rules": [
|
||||
{
|
||||
"host": [
|
||||
"localhost:8000"
|
||||
],
|
||||
"path": [
|
||||
"/"
|
||||
]
|
||||
}
|
||||
],
|
||||
"upstreams": [
|
||||
{
|
||||
"id": "example",
|
||||
"name": "Benchmarking Data",
|
||||
"uri": "files://../data"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user