flow-go
flow-go copied to clipboard
[FVM] Log fees error
Just an additional error to log if fee deduction fails.
FVM Benchstat comparison
This branch with compared with the base branch onflow:master commit 0f23f9626ed82b37cfa5f7fc78ad1518f870f162
The command (for i in {1..10}; do go test ./fvm ./engine/execution/computation --bench . --tags relic -shuffle=on --benchmem --run ^$; done) was used.
Collapsed results for better readability
| old.txt | new.txt | |||
|---|---|---|---|---|
| time/op | delta | |||
| ComputeBlock/16/cols/128/txes-2 | 6.83s ± 0% | 6.69s ± 0% | ~ | (p=1.000 n=1+1) |
| us/tx | delta | |||
| ComputeBlock/16/cols/128/txes-2 | 3.33k ± 0% | 3.27k ± 0% | ~ | (p=1.000 n=1+1) |
| alloc/op | delta | |||
| ComputeBlock/16/cols/128/txes-2 | 1.27GB ± 0% | 1.28GB ± 0% | ~ | (p=1.000 n=1+1) |
| allocs/op | delta | |||
| ComputeBlock/16/cols/128/txes-2 | 19.8M ± 0% | 19.8M ± 0% | ~ | (p=1.000 n=1+1) |
bors merge
Build succeeded:
- Integration Tests (make -C integration access-tests)
- Integration Tests (make -C integration bft-tests)
- Integration Tests (make -C integration collection-tests)
- Integration Tests (make -C integration consensus-tests)
- Integration Tests (make -C integration epochs-tests)
- Integration Tests (make -C integration execution-tests)
- Integration Tests (make -C integration ghost-tests)
- Integration Tests (make -C integration mvp-tests)
- Integration Tests (make -C integration network-tests)
- Integration Tests (make -C integration verification-tests)
- Lint (./)
- Lint (./crypto/)
- Lint (./integration/)
- Unit Tests (access)
- Unit Tests (admin)
- Unit Tests (cmd)
- Unit Tests (consensus)
- Unit Tests (engine)
- Unit Tests (fvm)
- Unit Tests (ledger)
- Unit Tests (module)
- Unit Tests (network)
- Unit Tests (others)
- Unit Tests (utils)