increase nbody benches argument

This commit is contained in:
Jeong Yunwon
2022-06-04 17:56:55 +09:00
parent 3379ea2d78
commit c99b05b466

View File

@@ -101,4 +101,4 @@ def main(n, ref='sun'):
report_energy()
main(int(500))
main(int(5000))