Let Inside Ask Benchmark

No preview image

1 collaborator

Uri_dolphin3 Uri Wilensky (Author)

Tags

(This model has yet to be categorized with any tags)
Model group CCL | Visible to everyone | Changeable by group members (CCL)
Model was written in NetLogo 4.0alpha3 • Viewed 91 times • Downloaded 22 times • Run 0 times
Download the 'Let Inside Ask Benchmark' modelDownload this modelEmbed this model

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.

Uploaded by When Description Download
Uri Wilensky almost 14 years ago Updated from NetLogo 4.1 Download this version
Uri Wilensky almost 14 years ago Let Inside Ask Benchmark Download this version
Uri Wilensky almost 14 years ago Let Inside Ask Benchmark Download this version

Attached files

No files

This model does not have any ancestors.

This model does not have any descendants.