Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
energy
bmon
Commits
61cf34a6
Commit
61cf34a6
authored
Feb 05, 2015
by
Alan Mitchell
Browse files
Ensured some delay at end of program.
Stops thread error messages.
parent
aece5cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bmsapp/scripts/performance_testing.py
bmsapp/scripts/performance_testing.py
+1
-1
No files found.
bmsapp/scripts/performance_testing.py
View file @
61cf34a6
...
...
@@ -132,4 +132,4 @@ if __name__ == '__main__':
print
t_elapsed
,
'seconds of posting'
print
'%.1f posts / second'
%
(
total_reads
/
t_elapsed
)
time
.
sleep
(
rdg_delay
*
1.
2
)
# wait for threads to exit cleanly?
time
.
sleep
(
rdg_delay
+
1.
0
)
# wait for threads to exit cleanly?
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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