lotus-bench prove not working #5654
-
Describe the bug To Reproduce Expected behavior Screenshots
Version (run
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Got the same problem here too.. is any input file I need to specify to run the test? |
Beta Was this translation helpful? Give feedback.
-
update: same problem with 1.4.2 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/filecoin-project/benchmarks#running-a-benchmark |
Beta Was this translation helpful? Give feedback.
-
@jennijuju, the problem is Even if there was a bench target, the documentation at https://docs.filecoin.io/mine/lotus/benchmarks/#installation does not mention your link at all.
Your link and the page at the official docs present conflicting information. |
Beta Was this translation helpful? Give feedback.
-
I noticed while reading another issue that one (documented but not well-described) option of |
Beta Was this translation helpful? Give feedback.
-
I will work on getting the documentation corrected. I confirmed the workaround in the post above does correct the issue for now. 1- Create the json file and run a sealing benchmark.
2- Use the file to run the proving benchmark.
Please let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
@shotcollin @seccentral
I will work on getting the documentation corrected. I confirmed the workaround in the post above does correct the issue for now.
1- Create the json file and run a sealing benchmark.
./lotus-bench sealing --save-commit2-input commit2-input.json
2- Use the file to run the proving benchmark.
./lotus-bench prove commit2-input.json
Please let me know if you have any questions.