updating benchmarks
on the new machine, consistent not rubyx yet
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class Space
|
||||
def main(arg)
|
||||
n = 6
|
||||
n = 10
|
||||
a = 0
|
||||
b = 1
|
||||
i = 1
|
||||
@ -13,3 +13,4 @@ class Space
|
||||
return result
|
||||
end
|
||||
end
|
||||
#Space.new.main(1)
|
||||
|
@ -1,5 +1,5 @@
|
||||
class Space
|
||||
def main(arg)
|
||||
return "Hello-there".putstring
|
||||
return "Hello-there\n".putstring
|
||||
end
|
||||
end
|
||||
|
@ -11,6 +11,6 @@ class Space
|
||||
end
|
||||
|
||||
def main(arg)
|
||||
return fibo_r(5)
|
||||
return fibo_r(10)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user