Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. require "coffee-script"
  2. require "benchmark"
  3.  
  4. Benchmark.bmbm do |x|
  5. x.report("evaluate") do
  6. 100.times { CoffeeScript.evaluate "a = 1" }
  7. end
  8. end
Add Comment
Please, Sign In to add comment