Skip to content

Instantly share code, notes, and snippets.

@jarib
Created October 27, 2009 12:43
Show Gist options
  • Save jarib/219528 to your computer and use it in GitHub Desktop.
Save jarib/219528 to your computer and use it in GitHub Desktop.
$ jruby --version
jruby 1.3.1 (ruby 1.8.6p287) (2009-06-15 2fd6c3d) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
$ time jruby -S rake spec
(in /Users/jarib/src/git/celerity)
.......[2009-10-27 13:33:01] INFO WEBrick 1.3.1
[2009-10-27 13:33:01] INFO ruby 1.8.6 (2009-06-15) [java]
[2009-10-27 13:33:01] INFO WEBrick::HTTPProxyServer#start: pid=11413 port=2001
127.0.0.1 - - [27/Oct/2009:13:33:01 CET] "GET http://0.0.0.0:2000/ HTTP/1.1" 200 17
- -> http://0.0.0.0:2000/
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 26.885 seconds
1004 examples, 0 failures
WatirSpec guards for this implementation:
deviates : {:file=>"spec/watirspec/div_spec.rb:148"}
jruby -S rake spec 53.68s user 2.99s system 154% cpu 36.736 total
$
$ jruby -v
jruby 1.4.0RC2 (ruby 1.8.7 patchlevel 174) (2009-10-21 7e77f32) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
$ jruby -S rake spec
(in /Users/jarib/src/git/celerity)
[2009-10-27 15:25:57] INFO WEBrick 1.3.1
[2009-10-27 15:25:57] INFO ruby 1.8.7 (2009-10-21) [java]
[2009-10-27 15:25:57] INFO WEBrick::HTTPProxyServer#start: pid=12242 port=2001
127.0.0.1 - - [27/Oct/2009:15:25:58 CET] "GET http://0.0.0.0:2000/ HTTP/1.1" 200 17
- -> http://0.0.0.0:2000/
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 26.167 seconds
1004 examples, 0 failures
WatirSpec guards for this implementation:
deviates : {:file=>"./spec/watirspec/div_spec.rb:148"}
$
$ jruby -v
jruby 1.4.0RC3 (ruby 1.8.7 patchlevel 174) (2009-10-27 821c0fb) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
$ time jruby -S rake spec
(in /Users/jarib/src/git/celerity)
............[2009-10-27 15:41:40] INFO WEBrick 1.3.1
[2009-10-27 15:41:40] INFO ruby 1.8.7 (2009-10-27) [java]
[2009-10-27 15:41:40] INFO WEBrick::HTTPProxyServer#start: pid=12548 port=2001
127.0.0.1 - - [27/Oct/2009:15:41:40 CET] "GET http://0.0.0.0:2000/ HTTP/1.1" 200 17
- -> http://0.0.0.0:2000/
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 26.977 seconds
1004 examples, 0 failures
WatirSpec guards for this implementation:
deviates : {:file=>"./spec/watirspec/div_spec.rb:148"}
jruby -S rake spec 53.30s user 2.68s system 153% cpu 36.366 total
$
$ jruby --version
jruby 1.5.0.dev (ruby 1.8.7 patchlevel 174) (2009-10-27 0743300) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
$ time jruby -S rake spec
(in /Users/jarib/src/git/celerity)
[2009-10-27 13:37:41] INFO WEBrick 1.3.1
[2009-10-27 13:37:41] INFO ruby 1.8.7 (2009-10-27) [java]
[2009-10-27 13:37:41] INFO WEBrick::HTTPProxyServer#start: pid=11502 port=2001
127.0.0.1 - - [27/Oct/2009:13:37:41 CET] "GET http://0.0.0.0:2000/ HTTP/1.1" 200 17
- -> http://0.0.0.0:2000/
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 143.357 seconds
1004 examples, 0 failures
WatirSpec guards for this implementation:
deviates : {:file=>"./spec/watirspec/div_spec.rb:148"}
jruby -S rake spec 176.47s user 4.32s system 115% cpu 2:36.98 total
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment