We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c508b04 commit da535eaCopy full SHA for da535ea
run_benchmark.sh
@@ -188,7 +188,7 @@ if [ "$suite_opt" == "3" ]; then
188
echo "Server is up! Executing DeepCamera HomeSec Benchmark..."
189
190
# Run the benchmark against the LLM gateway. Not specifying --vlm disables VLM tests.
191
- node ../DeepCamera/skills/analysis/home-security-benchmark/scripts/run-benchmark.cjs --gateway http://127.0.0.1:5431
+ node ../DeepCamera/skills/analysis/home-security-benchmark/scripts/run-benchmark.cjs --gateway http://127.0.0.1:5431 --out ./tmp/benchmarks
192
193
echo ""
194
echo "Cleaning up..."
0 commit comments