Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
b53e3e62
Commit
b53e3e62
authored
Nov 02, 2019
by
Tiago de Freitas Pereira
Browse files
Adjusting again memory leak test
parent
8508274d
Pipeline
#35143
passed with stage
in 18 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/video/test.py
View file @
b53e3e62
...
...
@@ -116,7 +116,7 @@ def test_memory_leak():
first
=
psutil
.
virtual_memory
().
used
last
=
psutil
.
virtual_memory
().
used
assert
(
last
-
first
)
/
first
<
0.
03
,
"Looks like we have a memory leak!"
assert
(
last
-
first
)
/
first
<
0.
1
,
"Looks like we have a memory leak!"
def
test_open_file_leak
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment