Skip to content

NetLogo/HeadlessBenchmarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeadlessBenchmarker

What is it?

A simple tool for gathering performance stats about running NetLogo models.

How do you run it?

sbt 'run "<path>" <runCount> <tickCount>'
  • <path>: Path to your target .nlogo/.nlogox file
  • <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.

How can I configure which version of NetLogo it uses?

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.

About

A simple tool for gathering performance stats about running NetLogo models

Resources

License

Stars

Watchers

Forks

Contributors

Languages