mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
...
This commit is contained in:
parent
d3eb97459f
commit
12e955624e
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user