-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lotus-bench results thread (v24 params) #1475
Comments
# 3700x
# no gpu
# memory 128G
results (v24) (34359738368)
seal: addPiece: 6m29.658286168s (84.1 MiB/s)
seal: preCommit phase 1: 3h51m36.3388762s (2.36 MiB/s)
seal: preCommit phase 2: 4h3m46.195089422s (2.24 MiB/s)
seal: commit phase 1: 3.329454884s (9.61 GiB/s)
seal: commit phase 2: 1h35m36.694015932s (5.71 MiB/s)
seal: verify: 64.685677ms
unseal: 5.300121ms (5.9 TiB/s)
generate candidates: 642.129991ms (49.8 GiB/s)
compute epost proof (cold): 10.123346465s
compute epost proof (hot): 9.211648893s
verify epost proof (cold): 41.600541ms
verify epost proof (hot): 15.11789ms |
@ytQiao preCommit phase 1 How can it be completed in such a short time. My test is completed in 23 hours. Is there any way? |
Compile on bench test machine, use AMD processor, memory requirement is greater than 128G, swap partition is recommended to be greater than 128G (specific can be tested later), add parameters during compilation and bench running |
Pull testnet/3 for compilationFFI_BUILD_FROM_SOURCE=1 make clean all bench Maximize cacheexport FIL_PROOFS_MAXIMIZE_CACHING=1 Do you add these two parameters when compiling and running? Or something else? |
Yes. There's nothing else. |
OK, I retested after compiling, thank you for your answer |
results (v24) (34359738368)
seal: addPiece: 9m35.637211091s (56.9 MiB/s)
seal: preCommit phase 1: 4h52m16.234933759s (1.87 MiB/s)
seal: preCommit phase 2: 3h42m59.305512531s (2.45 MiB/s)
seal: commit phase 1: 1m50.349284613s (297 MiB/s)
seal: commit phase 2: 2h50m1.595939973s (3.21 MiB/s)
seal: verify: 298.305989ms
unseal: 418.540821ms (76.5 GiB/s)
generate candidates: 1.525869374s (21 GiB/s)
compute epost proof (cold): 9.030044981s
compute epost proof (hot): 8.965704682s
verify epost proof (cold): 55.595438ms
verify epost proof (hot): 19.265659ms Thank you for your proposal, the efficiency has been greatly improved, but the difference between the same methods is 1 hour. Is there any other factors that will affect it? Is there anything that can be improved? |
It reported the WRAN ,Will it have any effect? |
@Tylertest8 Can I show you your configuration information? |
@s1eke More information is needed, but I think you need to compile on the tested machine. |
@ytQiao
|
@Tylertest8 I used some nvme as storage, which may be one of the reasons,you can try it |
Test data source: magik6k # TR 3970x + 2x 2080ti
results (v24) (34359738368)
seal: addPiece: 6m8.798820562s (88.9 MiB/s)
seal: preCommit phase 1: 3h59m13.609729554s (2.28 MiB/s)
seal: preCommit phase 2: 52m3.442064626s (10.5 MiB/s)
seal: commit phase 1: 7.536231307s (4.25 GiB/s)
seal: commit phase 2: 37m25.869552159s (14.6 MiB/s)
seal: verify: 57.648867ms
generate candidates: 573.01274ms (55.8 GiB/s)
compute epost proof (cold): 15.398034616s
compute epost proof (hot): 14.742154327s
verify epost proof (cold): 39.170784ms
verify epost proof (hot): 16.905623ms |
@ytQiao Ok thank you i need to keep trying |
specifications of my computer:
This is my order of operations:
and output log:
@ytQiao |
@s1eke Only amd processors have Sha instruction set, which Intel does not have |
CPU:Intel Xeon E5-2683 v4 @ 3.000GHz * 2
This is too slow😂 |
@s1eke Adding parameters |
|
v25 params are now out in testnet/3. You can view and submit benchmarks to https://filecoin-benchmarks.on.fleek.co/ |
This issue is a place to put lotus-bench results for v24 params. (testnet/3)
Additionally, please tell us what CPU, GPU, and memory (including speed) you have in your setup.
The text was updated successfully, but these errors were encountered: