1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

1.5 is still a good bar by a blunt measure

This commit is contained in:
Charles Lowell 2012-05-11 10:42:07 -05:00
parent 8d34c2339a
commit 1873f6d427

View file

@ -17,7 +17,7 @@ describe "A Very blunt test to make sure that we aren't doing stupid leaks" do
V8::Context.new V8::Context.new
run_v8_gc run_v8_gc
end end
process_memory.should <= @start_memory * 1.2 process_memory.should <= @start_memory * 1.5
end end
def process_memory def process_memory