Skip to content

Commit 44b792b

Browse files
committed
final
Signed-off-by: Yang Wang <[email protected]>
1 parent 03cff40 commit 44b792b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/scripts/benchmark_tooling/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ python .ci/scripts/benchmark_tooling/analyze_benchmark_stability.py \
5050
Benchmark\ Dataset\ with\ Private\ AWS\ Devices.xlsx \
5151
--reference_file Benchmark\ Dataset\ with\ Public\ AWS\ Devices.xlsx
5252
```
53+
54+
## Run unittest
55+
```
56+
cd execuTorch/
57+
pytest -c /dev/null .ci/scripts/tests/test_get_benchmark_analysis_data.py
58+
```

0 commit comments

Comments
 (0)