This commit is contained in:
blueloveTH 2023-09-22 20:30:52 +08:00
parent d3eb97459f
commit 12e955624e

View File

@ -34,6 +34,8 @@ def test_dir(path):
print("TEST FAILED! Press any key to continue...")
input()
print('CPython:', str(sys.version).replace('\n', ''))
print('System:', '64-bit' if sys.maxsize > 2**32 else '32-bit')
if len(sys.argv) == 2:
assert 'benchmark' in sys.argv[1]