From 1fcf9bc6754ff9ab554a57774e5e412550b30368 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:27:43 +0000 Subject: [PATCH 1/5] Initial plan From 87ded068eb72c581a943e1d7881b09b20a48514a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:35:49 +0000 Subject: [PATCH 2/5] Add open_bench.py CLI tool for benchmarking pipelines Co-authored-by: madhuri-rai07 <11625583+madhuri-rai07@users.noreply.github.com> --- .../README.md | 3 + .../docs/user-guide/how-to-run-open-bench.md | 268 ++++++++++++++++ .../open_bench.py | 301 ++++++++++++++++++ 3 files changed, 572 insertions(+) create mode 100644 tools/visual-pipeline-and-platform-evaluation-tool/docs/user-guide/how-to-run-open-bench.md create mode 100755 tools/visual-pipeline-and-platform-evaluation-tool/open_bench.py diff --git a/tools/visual-pipeline-and-platform-evaluation-tool/README.md b/tools/visual-pipeline-and-platform-evaluation-tool/README.md index cf69c20be6..4414d94708 100644 --- a/tools/visual-pipeline-and-platform-evaluation-tool/README.md +++ b/tools/visual-pipeline-and-platform-evaluation-tool/README.md @@ -41,6 +41,8 @@ The Visual Pipeline and Platform Evaluation Tool simplifies hardware selection f **Automated Video Generation**: Generate synthetic test videos to evaluate system performance under controlled conditions. +**Command-Line Benchmarking**: Run benchmarks and optimizations directly from the command line using the `open_bench.py` script, without requiring the web interface. + ## How It Works