Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
4dd1ad35
Commit
4dd1ad35
authored
Mar 28, 2013
by
Wandenberg Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change subscriber estimate system size after change the internal structures
parent
c4dd181a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
measure_memory_spec.rb
misc/spec/mix/measure_memory_spec.rb
+2
-2
No files found.
misc/spec/mix/measure_memory_spec.rb
View file @
4dd1ad35
...
...
@@ -18,7 +18,7 @@ describe "Measure Memory" do
message_estimate_size
=
175
channel_estimate_size
=
272
subscriber_estimate_size
=
160
subscriber_estimate_system_size
=
653
0
subscriber_estimate_system_size
=
700
0
it
"should check message size"
do
channel
=
'ch_test_message_size'
...
...
@@ -129,7 +129,7 @@ describe "Measure Memory" do
end
end
per_subscriber
.
should
be_within
(
10
).
of
(
subscriber_estimate_system_size
)
per_subscriber
.
should
be_within
(
10
0
).
of
(
subscriber_estimate_system_size
)
end
end
end
...
...
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