From 00cdae9bf869e0342a5575d7dee2755879a87670 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Fri, 21 Jul 2023 17:04:25 +0200 Subject: [PATCH] changed profiler goals descripton --- docs/profiler.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/profiler.md b/docs/profiler.md index 73129412..b37ff3a4 100644 --- a/docs/profiler.md +++ b/docs/profiler.md @@ -6,7 +6,9 @@ Creating a proof in spacemesh depends on few major factors: * Disk speed * Amount of storage initialized -The primary goal of the profiler tool is to estimate how fast a PoST proof can be created for a given CPU and disk speed. +The primary goal of the profiler tool is to: +* estimate how much storage one can safely initalize (to be able to generate a proof later) +* configure proving (nonces and threads) optimally for the best use of the resources The best way to get the profiler tool is to get it from the [releases page](https://github.com/spacemeshos/post-rs/releases).