Skip to content

Commit 51b326a

Browse files
committed
fix error test
Signed-off-by: Yang Wang <[email protected]>
1 parent 48d9d34 commit 51b326a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.ci/scripts/benchmark_tooling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ The benchmark tooling includes unit tests to ensure functionality.
126126

127127
```bash
128128
# From the executorch root directory
129-
pytest -c /dev/null .ci/scripts/tests/test_get_benchmark_analysis_data.py
129+
pytest -c /dev/null .ci/scripts/benchmark_tooling/test_get_benchmark_analysis_data.py --log-cli-level=INFO;
130130
```

0 commit comments

Comments
 (0)