Let Inside Ask Benchmark
No preview image
Model was written in NetLogo 4.0alpha3
•
Viewed 109 times
•
Downloaded 31 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
globals [ glob1 result ] to benchmark set result 0.0 random-seed 362 ;; note we setup before resetting the timer, because ;; we only want to benchmark the go stuff setup reset-timer repeat 1000 [ go ] set result timer end to setup ca cro 1000 [ ht ] set glob1 0 end to go ask turtles [ let a glob1 let b a let c b ] end
There are 3 versions of this model.
Attached files
No files
This model does not have any ancestors.
This model does not have any descendants.