Skip to content

Commit c2a8559

Browse files
committed
Fix benchmark markdown and json files
1 parent 845a8b3 commit c2a8559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def pytest_generate_tests(metafunc):
1818
f'/dev/boards/{bsp_name}',
1919
f'/dev/boards/{bsp_name}',
2020
f'build_{bsp_name}',
21+
id=f'{bsp_name}',
2122
# Test are ran one at a time for each board
2223
marks=pytest.mark.xdist_group(name=f'{bsp_name}')
2324
)

0 commit comments

Comments
 (0)