Skip to content

Commit e6b8ee5

Browse files
committed
[fix](mips): add test info print
1 parent 769a4a5 commit e6b8ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def convert_to_float(text):
9292
expected_results = map(convert_to_float, f.readlines())
9393

9494
is_success = True
95+
print(f"{test_results.__sizeof__()} test results; {expected_results.__sizeof__()} expected results;")
9596
try:
9697
for no, (test_result, expected_result) in enumerate(
9798
zip(test_results, expected_results, strict=True)

0 commit comments

Comments
 (0)