Skip to content

Commit c99b05b

Browse files
committed
increase nbody benches argument
1 parent 3379ea2 commit c99b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/benchmarks/nbody.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ def main(n, ref='sun'):
101101
report_energy()
102102

103103

104-
main(int(500))
104+
main(int(5000))

0 commit comments

Comments
 (0)