Skip to content

Commit

Permalink
fix the multi-tenantcy-predictions run.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
emil916 committed May 31, 2024
1 parent f887161 commit 1fc060e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
4 changes: 2 additions & 2 deletions tests/multi-tenancy-predictions/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ declare -gr LOADTEST_REQUEST_TIMEOUT=false

# For HEY -d is text, -D is file input. For LoadTest -P is text, -b is file input.
# ALso, LoadTest now supports -B for random file in the folder. HEY supports a single file.
declare -ar ARG_OPTS_HEY=("-D" "-D" "-D" "-D" "-D")
declare -ar ARG_OPTS_LT=("-B" "-B" "-B" "-B" "-B") # "-P -P -P")
declare -ar ARG_OPTS_HEY=("-D" "-D" "-D" "-D" "-D" "-D")
declare -ar ARG_OPTS_LT=("-B" "-B" "-B" "-B" "-B" "-B") # "-P -P -P")
declare -ar ARGS=("input-cnn" "input-cifar10" "input-gocr" "input-lpd-jpg" "input-resize" "input-ekf")
# declare -ar ARGS=("input-cnn/faces01.jpg" "input-cifar10/airplane1.bmp" "input-gocr/5x8.pnm" "input-lpd-jpg/Cars0.jpg" "input-resize/picsum_512x512_01.jpg" "input-ekf/iter00.dat")

Expand Down
24 changes: 6 additions & 18 deletions tests/multi-tenancy-predictions/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"model-beta1": 2000,
"model-beta2": 0
}
],
"replenishment-period-us": 0,
"max-budget-us": 0
]
},
{
"name": "cnn-000",
Expand All @@ -37,9 +35,7 @@
"model-beta1": 1500,
"model-beta2": 1500
}
],
"replenishment-period-us": 0,
"max-budget-us": 0
]
},
{
"name": "ekf-000",
Expand All @@ -58,9 +54,7 @@
"model-beta1": 100,
"model-beta2": 0
}
],
"replenishment-period-us": 0,
"max-budget-us": 0
]
},
{
"name": "gocr-000",
Expand All @@ -79,9 +73,7 @@
"model-beta1": 2500,
"model-beta2": 0
}
],
"replenishment-period-us": 0,
"max-budget-us": 0
]
},
{
"name": "lpd-000",
Expand All @@ -100,9 +92,7 @@
"model-beta1": 3000,
"model-beta2": 3000
}
],
"replenishment-period-us": 0,
"max-budget-us": 0
]
},
{
"name": "resize-000",
Expand All @@ -121,8 +111,6 @@
"model-beta1": 3500,
"model-beta2": 3500
}
],
"replenishment-period-us": 0,
"max-budget-us": 0
]
}
]

0 comments on commit 1fc060e

Please sign in to comment.