Skip to content
Snippets Groups Projects
Commit 374dbf7d authored by Chris's avatar Chris
Browse files

Update benchmark to make the syntax jython compatible

parent 42064d87
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ class sort_m2_data1000_exec(): ...@@ -30,7 +30,6 @@ class sort_m2_data1000_exec():
self.sorted = self.sorted.plus(BInteger(1)) self.sorted = self.sorted.plus(BInteger(1))
self._sort_m2_data1000.final_evt() self._sort_m2_data1000.final_evt()
if __name__ == '__main__': if __name__ == '__main__':
exec = sort_m2_data1000_exec() execute = sort_m2_data1000_exec()
exec.simulate() execute.simulate()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment