Update reference hardware#3564
Conversation
0800e1a to
4240865
Compare
Signed-off-by: bakhtin <a@bakhtin.net>
| rustup install nightly-2022-05-18 | ||
| rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-18 | ||
| cargo +nightly-2022-05-18 build --release |
There was a problem hiding this comment.
do we always need to specify a specific rust nightly date? they cannot just always try latest nightly?
There was a problem hiding this comment.
We should say to check the release notes, as the rust versions are pinnned to the release that our clean room machine builds our binaries with that successfully work
There was a problem hiding this comment.
I updated the Rust compiler recommendations and suggested to check out the release notes for the exact version if one runs into the compilation errors.
There was a problem hiding this comment.
I think we use new Rust features almost as quickly as they come out so I think it's probably better to do what Shawn is suggesting: go with the latest nightly.
wpank
left a comment
There was a problem hiding this comment.
I would also add a short section on how to run and interpret the ./polkadot benchmark machine command, so that people can compare their machines with the reference hardware. Besides that, this looks good to me.
| rustup install nightly-2022-05-18 | ||
| rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-18 | ||
| cargo +nightly-2022-05-18 build --release |
There was a problem hiding this comment.
We should say to check the release notes, as the rust versions are pinnned to the release that our clean room machine builds our binaries with that successfully work
Signed-off-by: bakhtin <a@bakhtin.net>
Signed-off-by: bakhtin <a@bakhtin.net>
|
@DrW3RK should be ready for a review now. Please let us know what you think. |
DrW3RK
left a comment
There was a problem hiding this comment.
Some minor fixes and suggestions. Hopefully, they did not change the context or mess with the intended ideas.
Signed-off-by: bakhtin <a@bakhtin.net>
|
@DrW3RK I addressed all of your comments. |
Fixup for #3550
TODOs for moved to #3653:
benchmark machinecommand