Skip to content

Instantly share code, notes, and snippets.

@hoanga
Created March 17, 2009 08:28
Show Gist options
  • Save hoanga/80401 to your computer and use it in GitHub Desktop.
Save hoanga/80401 to your computer and use it in GitHub Desktop.
## $ uname -a
## Darwin mb-ah.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
## Macbook 2.4 Ghz Intel C2D
## 4GB 1067 Mhz DDR3
mb-ah:rufus-lua ahoang$ ruby test/bm_gc_stop.rb
user system total real
lua (GC on) 2.070000 0.010000 2.080000 ( 2.240855)
lua (GC off) 2.130000 0.010000 2.140000 ( 2.193978)
mb-ah:rufus-lua ahoang$ ruby test/bm_gc_stop.rb
user system total real
lua (GC on) 2.090000 0.010000 2.100000 ( 2.242805)
lua (GC off) 2.100000 0.020000 2.120000 ( 2.247050)
mb-ah:rufus-lua ahoang$ ruby test/bm_gc_stop.rb
user system total real
lua (GC on) 2.080000 0.010000 2.090000 ( 2.182667)
lua (GC off) 2.180000 0.010000 2.190000 ( 2.401739)
mb-ah:rufus-lua ahoang$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment