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:
parent
8d34c2339a
commit
1873f6d427
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue