We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43059a commit 138c857Copy full SHA for 138c857
mx.graalpython/live_heap_tracker.py
@@ -80,6 +80,8 @@ def main():
80
iterations = int(sys.argv[2])
81
jmap_binary = sys.argv[3]
82
benchmark = sys.argv[4:]
83
+ # Run the benchmark once to ensure pyc files are generated
84
+ subprocess.check_call(benchmark)
85
with open(output_file, 'w') as f:
86
for _ in range(iterations):
87
proc = subprocess.Popen(benchmark)
0 commit comments