Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove memory dump, add new kv storage metrics #946

Merged
merged 2 commits into from
Oct 16, 2018

Conversation

ArtObr
Copy link
Contributor

@ArtObr ArtObr commented Oct 16, 2018

No description provided.

Signed-off-by: ArtObr <artemobruchnikov@gmail.com>
Signed-off-by: ArtObr <artemobruchnikov@gmail.com>
@@ -81,7 +81,7 @@ def test_metrics_collector_measures_time():

assert len(mc.events) == 1
assert mc.events[0][0] == MetricsName.LOOPER_RUN_TIME_SPENT
assert abs(mc.events[0][1] - 0.1) < 0.001 # we want at least 1 ms precision
assert abs(mc.events[0][1] - 0.1) < 0.003 # we want at least 3 ms precision
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for reducing precision?

@ashcherbakov ashcherbakov merged commit 64c018d into hyperledger:master Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants