A simple tool for gathering performance stats about running NetLogo models.
sbt 'run "<path>" <runCount> <tickCount>'<path>: Path to your target.nlogo/.nlogoxfile<runCount>: Number of runs to perform (optional; default: 20)<tickCount>: Number of ticks per run (optional; default: 1000)
The result will be the number of seconds taken to run the whole thing.
Change the part of the libraryDependencies in build.sbt that says something like "org.nlogo" % "netlogo" % "7.0.3". It gets versions of NetLogo from our Cloudsmith resolver, so whatever versions are there are versions that you can use here.