Skip to content

Commit da535ea

Browse files
committed
chore: isolate HomeSec benchmark output to local tmp directory
1 parent c508b04 commit da535ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ if [ "$suite_opt" == "3" ]; then
188188
echo "Server is up! Executing DeepCamera HomeSec Benchmark..."
189189

190190
# 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
191+
node ../DeepCamera/skills/analysis/home-security-benchmark/scripts/run-benchmark.cjs --gateway http://127.0.0.1:5431 --out ./tmp/benchmarks
192192

193193
echo ""
194194
echo "Cleaning up..."

0 commit comments

Comments
 (0)