We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380fef4 commit ad7d552Copy full SHA for ad7d552
1 file changed
corebench/corebench.py
@@ -1459,6 +1459,7 @@ def test_speed():
1459
elif index == 5:
1460
request_api_key()
1461
else:
1462
- print(f"{colours.red()}Invalid command{colours.reset()}")
+ pass
1463
+ #print(f"{colours.red()}Invalid command{colours.reset()}")
1464
except KeyboardInterrupt:
1465
print(f"{colours.red()}Test cancelled{colours.reset()}.")
0 commit comments