Add bitswap metrics
closes https://github.com/onflow/flow-go/issues/2679
bors merge
Canceled.
bors merge
FVM Benchstat comparison
This branch with compared with the base branch onflow:master commit f14494afc08463017025cf1de300c3acd12e378d
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 | |||
| pkg:github.com/onflow/flow-go/fvm goos:linux goarch:amd64 | ||||
| RuntimeTransaction/get_signer_vault-2 | 53.4ms ± 3% | 55.2ms ± 2% | +3.40% | (p=0.001 n=9+10) |
| RuntimeTransaction/reference_tx-2 | 42.6ms ± 5% | 42.8ms ± 6% | ~ | (p=0.968 n=10+9) |
| RuntimeTransaction/convert_int_to_string-2 | 46.8ms ±13% | 46.4ms ± 5% | ~ | (p=0.853 n=10+10) |
| RuntimeTransaction/convert_int_to_string_and_concatenate_it-2 | 48.2ms ± 4% | 48.4ms ± 4% | ~ | (p=0.360 n=8+10) |
| RuntimeTransaction/get_signer_address-2 | 44.3ms ± 5% | 46.0ms ±15% | ~ | (p=0.549 n=9+10) |
| RuntimeTransaction/get_public_account-2 | 49.2ms ± 7% | 49.2ms ±11% | ~ | (p=0.971 n=10+10) |
| RuntimeTransaction/get_account_and_get_balance-2 | 686ms ± 2% | 683ms ± 3% | ~ | (p=0.684 n=10+10) |
| RuntimeTransaction/get_account_and_get_available_balance-2 | 557ms ± 2% | 555ms ± 2% | ~ | (p=0.853 n=10+10) |
| RuntimeTransaction/get_account_and_get_storage_used-2 | 54.8ms ± 2% | 53.8ms ± 8% | ~ | (p=0.280 n=10+10) |
| RuntimeTransaction/get_account_and_get_storage_capacity-2 | 520ms ± 3% | 522ms ± 3% | ~ | (p=0.579 n=10+10) |
| RuntimeTransaction/get_signer_receiver-2 | 67.7ms ± 3% | 67.6ms ± 2% | ~ | (p=0.971 n=10+10) |
| RuntimeTransaction/transfer_tokens-2 | 249ms ± 4% | 249ms ± 5% | ~ | (p=1.000 n=10+10) |
| RuntimeTransaction/load_and_save_empty_string_on_signers_address-2 | 54.4ms ± 5% | 53.8ms ± 5% | ~ | (p=0.529 n=10+10) |
| RuntimeTransaction/load_and_save_long_string_on_signers_address-2 | 96.8ms ± 7% | 96.1ms ± 3% | ~ | (p=0.905 n=10+9) |
| RuntimeTransaction/create_new_account-2 | 1.10s ± 2% | 1.09s ± 1% | ~ | (p=0.573 n=10+8) |
| RuntimeTransaction/call_empty_contract_function-2 | 48.1ms ± 6% | 47.6ms ± 4% | ~ | (p=0.436 n=10+10) |
| RuntimeTransaction/emit_event-2 | 64.6ms ± 3% | 64.3ms ± 4% | ~ | (p=0.529 n=10+10) |
| RuntimeTransaction/borrow_array_from_storage-2 | 153ms ± 4% | 151ms ± 5% | ~ | (p=0.353 n=10+10) |
| RuntimeTransaction/copy_array_from_storage-2 | 157ms ± 6% | 158ms ± 6% | ~ | (p=0.739 n=10+10) |
| RuntimeNFTBatchTransfer-2 | 139ms ±15% | 143ms ±21% | ~ | (p=0.780 n=9+10) |
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/1/cols/16/txes-2 | 73.5ms ± 3% | 73.0ms ± 4% | ~ | (p=1.000 n=9+9) |
| ComputeBlock/1/cols/32/txes-2 | 127ms ± 4% | 128ms ± 4% | ~ | (p=0.436 n=10+10) |
| ComputeBlock/1/cols/64/txes-2 | 247ms ± 4% | 251ms ± 3% | ~ | (p=0.105 n=10+10) |
| ComputeBlock/1/cols/128/txes-2 | 494ms ± 4% | 488ms ± 1% | ~ | (p=0.460 n=10+8) |
| ComputeBlock/4/cols/16/txes-2 | 257ms ± 3% | 257ms ± 3% | ~ | (p=0.971 n=10+10) |
| ComputeBlock/4/cols/32/txes-2 | 496ms ± 3% | 494ms ± 4% | ~ | (p=0.684 n=10+10) |
| ComputeBlock/4/cols/64/txes-2 | 948ms ± 1% | 946ms ± 1% | ~ | (p=0.579 n=10+10) |
| ComputeBlock/4/cols/128/txes-2 | 1.85s ± 2% | 1.84s ± 2% | ~ | (p=0.684 n=10+10) |
| ComputeBlock/16/cols/16/txes-2 | 988ms ± 3% | 993ms ± 4% | ~ | (p=0.912 n=10+10) |
| ComputeBlock/16/cols/32/txes-2 | 1.88s ± 1% | 1.88s ± 2% | ~ | (p=1.000 n=10+10) |
| ComputeBlock/16/cols/64/txes-2 | 3.67s ± 1% | 3.66s ± 1% | ~ | (p=0.842 n=9+10) |
| ComputeBlock/16/cols/128/txes-2 | 7.21s ± 1% | 7.18s ± 1% | −0.49% | (p=0.016 n=8+10) |
| computation | delta | |||
| pkg:github.com/onflow/flow-go/fvm goos:linux goarch:amd64 | ||||
| RuntimeTransaction/reference_tx-2 | 202 ± 0% | 202 ± 0% | ~ | (all equal) |
| RuntimeTransaction/convert_int_to_string-2 | 402 ± 0% | 402 ± 0% | ~ | (all equal) |
| RuntimeTransaction/convert_int_to_string_and_concatenate_it-2 | 502 ± 0% | 502 ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_signer_address-2 | 302 ± 0% | 302 ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_public_account-2 | 402 ± 0% | 402 ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_balance-2 | 1.00k ± 0% | 1.00k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_available_balance-2 | 2.60k ± 0% | 2.60k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_storage_used-2 | 402 ± 0% | 402 ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_storage_capacity-2 | 1.30k ± 0% | 1.30k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_signer_vault-2 | 402 ± 0% | 402 ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_signer_receiver-2 | 602 ± 0% | 602 ± 0% | ~ | (all equal) |
| RuntimeTransaction/transfer_tokens-2 | 3.50k ± 0% | 3.50k ± 0% | ~ | (all equal) |
| RuntimeTransaction/load_and_save_empty_string_on_signers_address-2 | 602 ± 0% | 602 ± 0% | ~ | (all equal) |
| RuntimeTransaction/load_and_save_long_string_on_signers_address-2 | 602 ± 0% | 602 ± 0% | ~ | (all equal) |
| RuntimeTransaction/create_new_account-2 | 202 ± 0% | 202 ± 0% | ~ | (all equal) |
| RuntimeTransaction/call_empty_contract_function-2 | 402 ± 0% | 402 ± 0% | ~ | (all equal) |
| RuntimeTransaction/emit_event-2 | 602 ± 0% | 602 ± 0% | ~ | (all equal) |
| RuntimeTransaction/borrow_array_from_storage-2 | 2.60k ± 0% | 2.60k ± 0% | ~ | (all equal) |
| RuntimeTransaction/copy_array_from_storage-2 | 2.60k ± 0% | 2.60k ± 0% | ~ | (all equal) |
| interactions | delta | |||
| pkg:github.com/onflow/flow-go/fvm goos:linux goarch:amd64 | ||||
| RuntimeTransaction/reference_tx-2 | 44.4k ± 0% | 44.4k ± 0% | ~ | (all equal) |
| RuntimeTransaction/convert_int_to_string-2 | 44.4k ± 0% | 44.4k ± 0% | ~ | (all equal) |
| RuntimeTransaction/convert_int_to_string_and_concatenate_it-2 | 44.4k ± 0% | 44.4k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_signer_address-2 | 44.4k ± 0% | 44.4k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_public_account-2 | 44.4k ± 0% | 44.4k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_balance-2 | 16.8M ± 0% | 16.8M ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_available_balance-2 | 5.28M ± 0% | 5.28M ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_storage_used-2 | 48.0k ± 0% | 48.0k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_account_and_get_storage_capacity-2 | 5.27M ± 0% | 5.27M ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_signer_vault-2 | 44.7k ± 0% | 44.7k ± 0% | ~ | (all equal) |
| RuntimeTransaction/get_signer_receiver-2 | 45.0k ± 0% | 45.0k ± 0% | ~ | (all equal) |
| RuntimeTransaction/transfer_tokens-2 | 45.8k ± 0% | 45.8k ± 0% | ~ | (all equal) |
| RuntimeTransaction/load_and_save_empty_string_on_signers_address-2 | 44.8k ± 0% | 44.8k ± 0% | ~ | (all equal) |
| RuntimeTransaction/load_and_save_long_string_on_signers_address-2 | 49.7k ± 0% | 49.7k ± 0% | ~ | (all equal) |
| RuntimeTransaction/create_new_account-2 | 8.53M ± 0% | 8.53M ± 0% | ~ | (all equal) |
| RuntimeTransaction/call_empty_contract_function-2 | 44.6k ± 0% | 44.6k ± 0% | ~ | (all equal) |
| RuntimeTransaction/emit_event-2 | 44.6k ± 0% | 44.6k ± 0% | ~ | (all equal) |
| RuntimeTransaction/borrow_array_from_storage-2 | 49.8k ± 0% | 49.8k ± 0% | ~ | (all equal) |
| RuntimeTransaction/copy_array_from_storage-2 | 49.8k ± 0% | 49.8k ± 0% | ~ | (all equal) |
| alloc/op | delta | |||
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/1/cols/64/txes-2 | 87.3MB ± 5% | 89.8MB ± 0% | +2.84% | (p=0.002 n=10+7) |
| pkg:github.com/onflow/flow-go/fvm goos:linux goarch:amd64 | ||||
| RuntimeTransaction/load_and_save_long_string_on_signers_address-2 | 55.2MB ± 1% | 55.7MB ± 2% | +1.02% | (p=0.008 n=9+10) |
| RuntimeTransaction/get_account_and_get_storage_capacity-2 | 181MB ± 4% | 182MB ± 0% | +0.96% | (p=0.028 n=10+9) |
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/4/cols/128/txes-2 | 484MB ± 0% | 489MB ± 1% | +0.89% | (p=0.027 n=8+10) |
| pkg:github.com/onflow/flow-go/fvm goos:linux goarch:amd64 | ||||
| RuntimeTransaction/reference_tx-2 | 36.5MB ± 4% | 36.6MB ± 3% | ~ | (p=1.000 n=10+10) |
| RuntimeTransaction/convert_int_to_string-2 | 38.0MB ± 6% | 38.5MB ± 6% | ~ | (p=0.436 n=10+10) |
| RuntimeTransaction/convert_int_to_string_and_concatenate_it-2 | 39.0MB ± 2% | 38.7MB ± 4% | ~ | (p=0.436 n=10+10) |
| RuntimeTransaction/get_signer_address-2 | 37.5MB ± 4% | 37.5MB ± 4% | ~ | (p=0.968 n=10+9) |
| RuntimeTransaction/get_public_account-2 | 39.7MB ± 8% | 39.9MB ± 6% | ~ | (p=0.905 n=10+9) |
| RuntimeTransaction/get_account_and_get_balance-2 | 237MB ± 0% | 237MB ± 0% | ~ | (p=0.436 n=10+10) |
| RuntimeTransaction/get_account_and_get_available_balance-2 | 185MB ± 3% | 185MB ± 1% | ~ | (p=0.912 n=10+10) |
| RuntimeTransaction/get_account_and_get_storage_used-2 | 41.6MB ± 6% | 40.4MB ± 7% | ~ | (p=0.165 n=10+10) |
| RuntimeTransaction/get_signer_vault-2 | 40.6MB ± 3% | 40.9MB ± 3% | ~ | (p=0.393 n=10+10) |
| RuntimeTransaction/get_signer_receiver-2 | 45.4MB ± 5% | 45.8MB ± 4% | ~ | (p=0.684 n=10+10) |
| RuntimeTransaction/transfer_tokens-2 | 86.7MB ± 6% | 85.8MB ± 6% | ~ | (p=0.460 n=8+10) |
| RuntimeTransaction/load_and_save_empty_string_on_signers_address-2 | 41.1MB ± 6% | 40.2MB ± 6% | ~ | (p=0.190 n=10+10) |
| RuntimeTransaction/create_new_account-2 | 258MB ± 2% | 257MB ± 2% | ~ | (p=0.481 n=10+10) |
| RuntimeTransaction/call_empty_contract_function-2 | 39.0MB ± 6% | 38.4MB ± 6% | ~ | (p=0.315 n=10+10) |
| RuntimeTransaction/emit_event-2 | 45.4MB ± 3% | 44.7MB ± 5% | ~ | (p=0.190 n=10+10) |
| RuntimeTransaction/borrow_array_from_storage-2 | 63.1MB ± 5% | 62.6MB ± 8% | ~ | (p=0.353 n=10+10) |
| RuntimeTransaction/copy_array_from_storage-2 | 76.2MB ± 5% | 76.3MB ± 4% | ~ | (p=0.549 n=9+10) |
| RuntimeNFTBatchTransfer-2 | 58.4MB ± 4% | 57.9MB ± 4% | ~ | (p=0.481 n=10+10) |
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/1/cols/16/txes-2 | 46.2MB ± 6% | 46.4MB ± 5% | ~ | (p=0.853 n=10+10) |
| ComputeBlock/1/cols/32/txes-2 | 57.8MB ± 4% | 58.3MB ± 6% | ~ | (p=0.481 n=10+10) |
| ComputeBlock/1/cols/128/txes-2 | 145MB ± 2% | 146MB ± 3% | ~ | (p=0.280 n=10+10) |
| ComputeBlock/4/cols/16/txes-2 | 117MB ± 4% | 114MB ± 5% | ~ | (p=0.053 n=9+10) |
| ComputeBlock/4/cols/32/txes-2 | 174MB ± 1% | 174MB ± 3% | ~ | (p=0.211 n=9+10) |
| ComputeBlock/4/cols/64/txes-2 | 279MB ± 3% | 281MB ± 3% | ~ | (p=0.315 n=10+10) |
| ComputeBlock/16/cols/16/txes-2 | 392MB ± 2% | 396MB ± 2% | ~ | (p=0.123 n=10+10) |
| ComputeBlock/16/cols/32/txes-2 | 600MB ± 3% | 599MB ± 2% | ~ | (p=0.912 n=10+10) |
| ComputeBlock/16/cols/64/txes-2 | 1.01GB ± 1% | 1.02GB ± 1% | ~ | (p=0.481 n=10+10) |
| ComputeBlock/16/cols/128/txes-2 | 1.84GB ± 1% | 1.84GB ± 1% | ~ | (p=0.218 n=10+10) |
| allocs/op | delta | |||
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/1/cols/64/txes-2 | 921k ± 0% | 921k ± 0% | +0.03% | (p=0.043 n=10+10) |
| ComputeBlock/16/cols/16/txes-2 | 3.67M ± 0% | 3.67M ± 0% | +0.02% | (p=0.034 n=8+10) |
| pkg:github.com/onflow/flow-go/fvm goos:linux goarch:amd64 | ||||
| RuntimeTransaction/get_signer_address-2 | 128k ± 0% | 128k ± 0% | +0.00% | (p=0.003 n=9+8) |
| RuntimeTransaction/reference_tx-2 | 123k ± 0% | 123k ± 0% | ~ | (p=0.195 n=10+10) |
| RuntimeTransaction/convert_int_to_string-2 | 137k ± 0% | 137k ± 0% | ~ | (p=0.745 n=9+9) |
| RuntimeTransaction/convert_int_to_string_and_concatenate_it-2 | 151k ± 0% | 151k ± 0% | ~ | (p=0.768 n=9+10) |
| RuntimeTransaction/get_public_account-2 | 159k ± 0% | 159k ± 0% | ~ | (p=0.827 n=10+9) |
| RuntimeTransaction/get_account_and_get_balance-2 | 3.17M ± 0% | 3.17M ± 0% | ~ | (p=0.268 n=9+10) |
| RuntimeTransaction/get_account_and_get_available_balance-2 | 2.55M ± 0% | 2.55M ± 0% | ~ | (p=0.424 n=10+10) |
| RuntimeTransaction/get_account_and_get_storage_used-2 | 181k ± 0% | 181k ± 0% | ~ | (p=0.342 n=10+10) |
| RuntimeTransaction/get_account_and_get_storage_capacity-2 | 2.39M ± 0% | 2.39M ± 0% | ~ | (p=0.744 n=8+10) |
| RuntimeTransaction/get_signer_vault-2 | 175k ± 0% | 175k ± 0% | ~ | (p=0.926 n=10+10) |
| RuntimeTransaction/get_signer_receiver-2 | 264k ± 0% | 264k ± 0% | ~ | (p=0.868 n=10+10) |
| RuntimeTransaction/transfer_tokens-2 | 1.03M ± 0% | 1.03M ± 0% | ~ | (p=0.736 n=10+9) |
| RuntimeTransaction/load_and_save_empty_string_on_signers_address-2 | 173k ± 0% | 173k ± 0% | ~ | (p=0.955 n=10+10) |
| RuntimeTransaction/load_and_save_long_string_on_signers_address-2 | 276k ± 0% | 276k ± 0% | ~ | (p=0.223 n=10+10) |
| RuntimeTransaction/create_new_account-2 | 3.59M ± 0% | 3.59M ± 0% | ~ | (p=1.000 n=10+10) |
| RuntimeTransaction/call_empty_contract_function-2 | 140k ± 0% | 140k ± 0% | ~ | (p=0.615 n=10+10) |
| RuntimeTransaction/emit_event-2 | 185k ± 0% | 185k ± 0% | ~ | (p=0.897 n=10+10) |
| RuntimeTransaction/borrow_array_from_storage-2 | 412k ± 0% | 412k ± 0% | ~ | (p=0.643 n=10+10) |
| RuntimeTransaction/copy_array_from_storage-2 | 368k ± 0% | 368k ± 0% | ~ | (p=0.986 n=10+10) |
| RuntimeNFTBatchTransfer-2 | 333k ± 1% | 333k ± 1% | ~ | (p=0.796 n=10+10) |
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/1/cols/16/txes-2 | 235k ± 0% | 235k ± 0% | ~ | (p=0.203 n=10+9) |
| ComputeBlock/1/cols/32/txes-2 | 464k ± 0% | 464k ± 0% | ~ | (p=0.579 n=10+10) |
| ComputeBlock/1/cols/128/txes-2 | 1.84M ± 0% | 1.84M ± 0% | ~ | (p=1.000 n=10+9) |
| ComputeBlock/4/cols/16/txes-2 | 922k ± 0% | 922k ± 0% | ~ | (p=0.247 n=10+10) |
| ComputeBlock/4/cols/32/txes-2 | 1.84M ± 0% | 1.84M ± 0% | ~ | (p=0.393 n=10+10) |
| ComputeBlock/4/cols/64/txes-2 | 3.67M ± 0% | 3.67M ± 0% | ~ | (p=1.000 n=10+10) |
| ComputeBlock/4/cols/128/txes-2 | 7.32M ± 0% | 7.32M ± 0% | ~ | (p=1.000 n=9+9) |
| ComputeBlock/16/cols/32/txes-2 | 7.33M ± 0% | 7.33M ± 0% | ~ | (p=0.447 n=10+9) |
| ComputeBlock/16/cols/64/txes-2 | 14.6M ± 0% | 14.6M ± 0% | ~ | (p=0.739 n=10+10) |
| ComputeBlock/16/cols/128/txes-2 | 29.3M ± 0% | 29.3M ± 0% | ~ | (p=0.661 n=10+9) |
| us/tx | delta | |||
| pkg:github.com/onflow/flow-go/engine/execution/computation goos:linux goarch:amd64 | ||||
| ComputeBlock/1/cols/16/txes-2 | 4.59k ± 3% | 4.57k ± 4% | ~ | (p=1.000 n=9+9) |
| ComputeBlock/1/cols/32/txes-2 | 3.98k ± 4% | 4.00k ± 4% | ~ | (p=0.436 n=10+10) |
| ComputeBlock/1/cols/64/txes-2 | 3.86k ± 4% | 3.92k ± 3% | ~ | (p=0.105 n=10+10) |
| ComputeBlock/1/cols/128/txes-2 | 3.86k ± 4% | 3.81k ± 1% | ~ | (p=0.420 n=10+8) |
| ComputeBlock/4/cols/16/txes-2 | 4.02k ± 3% | 4.02k ± 3% | ~ | (p=0.954 n=10+10) |
| ComputeBlock/4/cols/32/txes-2 | 3.87k ± 3% | 3.86k ± 4% | ~ | (p=0.699 n=10+10) |
| ComputeBlock/4/cols/64/txes-2 | 3.70k ± 1% | 3.70k ± 1% | ~ | (p=0.591 n=10+10) |
| ComputeBlock/4/cols/128/txes-2 | 3.61k ± 2% | 3.59k ± 2% | ~ | (p=0.699 n=10+10) |
| ComputeBlock/16/cols/16/txes-2 | 3.86k ± 3% | 3.88k ± 4% | ~ | (p=0.912 n=10+10) |
| ComputeBlock/16/cols/32/txes-2 | 3.68k ± 1% | 3.68k ± 2% | ~ | (p=1.000 n=10+10) |
| ComputeBlock/16/cols/64/txes-2 | 3.58k ± 1% | 3.58k ± 1% | ~ | (p=0.889 n=9+10) |
| ComputeBlock/16/cols/128/txes-2 | 3.52k ± 1% | 3.50k ± 1% | −0.50% | (p=0.012 n=8+10) |
Canceled.
bors merge
bors merge
Codecov Report
Merging #2932 (f8bf2a7) into master (f14494a) will decrease coverage by
0.00%. The diff coverage is3.44%.
@@ Coverage Diff @@
## master #2932 +/- ##
==========================================
- Coverage 54.66% 54.65% -0.01%
==========================================
Files 717 717
Lines 66405 66430 +25
==========================================
+ Hits 36298 36307 +9
- Misses 27063 27081 +18
+ Partials 3044 3042 -2
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 54.65% <3.44%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| cmd/scaffold.go | 17.34% <0.00%> (-0.05%) |
:arrow_down: |
| network/p2p/blob_service.go | 0.00% <0.00%> (ø) |
|
| network/p2p/middleware.go | 0.00% <0.00%> (ø) |
|
| network/test/testUtil.go | 94.57% <100.00%> (+0.02%) |
:arrow_up: |
| consensus/hotstuff/eventloop/event_loop.go | 73.46% <0.00%> (-1.37%) |
:arrow_down: |
| engine/consensus/compliance/core.go | 75.10% <0.00%> (ø) |
|
| insecure/corruptible/network.go | 67.48% <0.00%> (+0.82%) |
:arrow_up: |
| network/p2p/dns/resolver.go | 96.36% <0.00%> (+4.84%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Build succeeded:
- Integration Tests (integration-access)
- Integration Tests (integration-collection)
- Integration Tests (integration-consensus)
- Integration Tests (integration-epochs)
- Integration Tests (integration-execution)
- Integration Tests (integration-ghost)
- Integration Tests (integration-mvp)
- Integration Tests (integration-network)
- Integration Tests (integration-verification)
- Lint
- Unit Tests