Project

General

Profile

Actions

Bug #696

closed

1.9.0-0 is more faster in factrial test

Bug #696: 1.9.0-0 is more faster in factrial test

Added by ariveira (Alexandre Riveira) almost 17 years ago. Updated over 14 years ago.

Status:
Rejected
Target version:
ruby -v:
1.9.1
Backport:
[ruby-core:19601]

Description

=begin
Mandelbrot factral test (http://www.timestretch.com/FractalBenchmark.html) in 1.9.1 is more slow than 1.9.0, results:

1.9.0-0 => 2.95
1.9.1-preview1 => 4.09

My hardware: pentium M, 1 GB RAM, Centos 5.2, gcc 4.1.2
=end

Updated by rogerdpack (Roger Pack) almost 17 years ago Actions #1

=begin
http://www.timestretch.com/FractalBenchmark.html
is the link
which SVN versions were you using? [or was that just the releases?]
=end

Updated by ariveira (Alexandre Riveira) almost 17 years ago Actions #2

=begin
I use 1.9.0-0 e 1.9.1-preview1 releases

1.9.0-0 ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.0-0.tar.bz2

1.9.1-preview1 ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-preview1.tar.bz2

Alexandre Riveira
=end

Updated by ko1 (Koichi Sasada) almost 17 years ago Actions #3

  • Assignee set to ko1 (Koichi Sasada)

=begin

=end

Updated by yugui (Yuki Sonoda) almost 17 years ago Actions #4

  • Priority changed from Normal to 3
  • Target version changed from 1.9.1 Release Candidate to 2.0.0

=begin

=end

Updated by naruse (Yui NARUSE) about 16 years ago Actions #5

  • Status changed from Open to Rejected
  • ruby -v set to 1.9.1

=begin
Not a bug
=end

Updated by mame (Yusuke Endoh) about 16 years ago Actions #6

=begin
Even if it is not a bug, a ticket must not be rejected as long as there is a
matter to be checked.

I tested the code on some versions of ruby.

  • 1.9.0-0 0.040320 sec. (wrong result)
  • 1.9.0-5 4.792150 sec.
  • 1.9.1-p0 4.996654 sec.
  • 1.9.1-p243 9.164635 sec.
  • trunk 3.806966 sec.

1.9.0-0 output just empty lines, not mandelbrot set. It seems to be caused
by the following bug (which is already fixed on later versions):

$ ruby-1.9.0-0 -e 'v = -39/40.0; p [v, v-0.5]'
[-0.975, -5.975]

Alexandre, thank you for your report and sorry for our late response. Could
you check whether the issue is still duplicated on trunk? If so, please
reopen this ticket (or register new ticket if you cannot reopen).
=end

Actions

Also available in: PDF Atom