Skip to content

Commit

Permalink
update test results
Browse files Browse the repository at this point in the history
  • Loading branch information
matatonic committed Sep 29, 2024
1 parent ec48edc commit aaa697b
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 118 deletions.
2 changes: 1 addition & 1 deletion test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test(cmd_args: list[str]) -> int:
tok_total += tok
tim_total += tim
if tim_total > 0.0:
note += f', {tok_total/tim_total:0.1f} T/s ({tok_total}/{tim_total:0.1f}s)'
note += f', ({tok_total}/{tim_total:0.1f}s) {tok_total/tim_total:0.1f} T/s'

print(f"\n\n###\n\nTest complete.\nResult: {green_pass if result else red_fail}, time: {t:.1f}s")

Expand Down
Loading

0 comments on commit aaa697b

Please sign in to comment.