-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve PoSt benches #1571
Improve PoSt benches #1571
Conversation
WindowPostFake 32GiB: $ time FIL_PROOFS_VERIFY_PARAMETERS=0 FIL_PROOFS_USE_MULTICORE_SDR=1 FIL_PROOFS_USE_GPU_TREE_BUILDER=0 FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1 RUST_BACKTRACE=full RUST_LOG=info RUSTFLAGS="-C target-cpu=native" cargo run --features cuda --release --bin benchy -- window-post-fake --size 32GiB --fake WindowPostFake 64GiB: $ time FIL_PROOFS_VERIFY_PARAMETERS=0 FIL_PROOFS_USE_MULTICORE_SDR=1 FIL_PROOFS_USE_GPU_TREE_BUILDER=0 FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1 RUST_BACKTRACE=full RUST_LOG=info RUSTFLAGS="-C target-cpu=native" cargo run --features cuda --release --bin benchy -- window-post-fake --size 64GiB --fake |
WinningPostFake 32GiB: $ time FIL_PROOFS_VERIFY_PARAMETERS=0 FIL_PROOFS_USE_MULTICORE_SDR=1 FIL_PROOFS_USE_GPU_TREE_BUILDER=0 FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1 RUST_BACKTRACE=full RUST_LOG=info RUSTFLAGS="-C target-cpu=native" cargo run --features cuda --release --bin benchy -- winning-post --size 32GiB --fake WinningPostFake 64GiB: s$ time FIL_PROOFS_VERIFY_PARAMETERS=0 FIL_PROOFS_USE_MULTICORE_SDR=1 FIL_PROOFS_USE_GPU_TREE_BUILDER=1 FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1 RUST_BACKTRACE=full RUST_LOG=info RUSTFLAGS="-C target-cpu=native" cargo run --features cuda --release --bin benchy -- winning-post --size 64GiB --fake |
Oops, first 3 results had GPU Tree building disabled accidentally ... the final result did not. |
feat: add a window_post_fake bench for using fake seals feat: bump default API version in both PoSt benches to current docs: update documentation on bench usage
751fb19
to
9cb21ec
Compare
feat: add a window_post_fake bench for using fake seals feat: bump default API version in both PoSt benches to current docs: update documentation on bench usage
feat: add a window_post_fake bench for using fake seals feat: bump default API version in both PoSt benches to current docs: update documentation on bench usage
feat: extend winning_post bench to allow fake seals
feat: add a window_post_fake bench for using fake seals
feat: bump default API version in both PoSt benches to current
docs: update documentation on bench usage