filecoin-project / filecoin-project/benchmarks
Instructions missing one step that doesn't create ./bench
Open
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Suggest adding a missing line in the install documentation marked [missing] as shown below to avoid, ./bench not found.
$ env RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 make clean deps bench
go build -o bench ./cmd/lotus-bench **[missing]**
$ env FIL_PROOFS_MAXIMIZE_CACHING=1 RUST_LOG=info TMPDIR=/storage ./bench sealing --storage-dir /storage/bench --sector-size 32GiB 2>&1 | tee bench.log
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.