Skip to content

Instantly share code, notes, and snippets.

@timxor
Created July 18, 2017 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timxor/43d7f4f2ea93ce743831bb078c575c61 to your computer and use it in GitHub Desktop.
Save timxor/43d7f4f2ea93ce743831bb078c575c61 to your computer and use it in GitHub Desktop.
parity_benchmark_metropolis_branch.txt
# command executed:
# cargo bench -p ethcore >> /Users/timsiwula/Desktop/metropolis_testing/logs/parity_benchmark_metropolis_branch.txt
#
running 428 tests
test account_provider::stores::tests::should_maintain_a_map_of_recent_dapps ... ignored
test account_provider::stores::tests::should_remove_address ... ignored
test account_provider::stores::tests::should_save_and_reload_address_book ... ignored
test account_provider::stores::tests::should_save_and_reload_dapps_settings ... ignored
test account_provider::stores::tests::should_store_dapps_policy ... ignored
test account_provider::tests::derived_account_nosave ... ignored
test account_provider::tests::derived_account_save ... ignored
test account_provider::tests::derived_account_sign ... ignored
test account_provider::tests::should_not_return_blacklisted_account ... ignored
test account_provider::tests::should_reset_dapp_addresses_to_default ... ignored
test account_provider::tests::should_set_dapps_default_address ... ignored
test account_provider::tests::should_set_dapps_policy_and_default_account ... ignored
test account_provider::tests::should_sign_and_return_token ... ignored
test account_provider::tests::unlock_account_perm ... ignored
test account_provider::tests::unlock_account_temp ... ignored
test account_provider::tests::unlock_account_timer ... ignored
test block::tests::enact_block ... ignored
test block::tests::enact_block_with_uncle ... ignored
test block::tests::open_block ... ignored
test blockchain::blockchain::tests::basic_blockchain_insert ... ignored
test blockchain::blockchain::tests::can_collect_garbage ... ignored
test blockchain::blockchain::tests::can_contain_arbitrary_block_sequence ... ignored
test blockchain::blockchain::tests::can_contain_arbitrary_block_sequence_with_extra ... ignored
test blockchain::blockchain::tests::can_contain_only_genesis_block ... ignored
test blockchain::blockchain::tests::check_ancestry_iter ... ignored
test blockchain::blockchain::tests::epoch_transitions_iter ... ignored
test blockchain::blockchain::tests::find_transaction_by_hash ... ignored
test blockchain::blockchain::tests::should_cache_best_block ... ignored
test blockchain::blockchain::tests::test_best_block_update ... ignored
test blockchain::blockchain::tests::test_bloom_filter_simple ... ignored
test blockchain::blockchain::tests::test_find_uncles ... ignored
test blockchain::blockchain::tests::test_fork_transaction_addresses ... ignored
test blockchain::blockchain::tests::test_logs ... ignored
test blockchain::blockchain::tests::test_overwriting_transaction_addresses ... ignored
test blockchain::blockchain::tests::test_reopen_blockchain_db ... ignored
test blockchain::blockchain::tests::test_rewind ... ignored
test blockchain::blockchain::tests::test_small_fork ... ignored
test blockchain::extras::tests::encode_block_receipts ... ignored
test blockchain::generator::generator::tests::canon_chain_generator ... ignored
test blockchain::generator::generator::tests::generate_1000_blocks ... ignored
test blockchain::generator::generator::tests::with_bloom_generator ... ignored
test blockchain::import_route::tests::import_route_branch ... ignored
test blockchain::import_route::tests::import_route_branch_becoming_canon_chain ... ignored
test blockchain::import_route::tests::import_route_canon_chain ... ignored
test blockchain::import_route::tests::import_route_none ... ignored
test builtin::tests::bn128_add ... ignored
test builtin::tests::bn128_mul ... ignored
test builtin::tests::bn128_pairing_empty ... ignored
test builtin::tests::bn128_pairing_fragmented ... ignored
test builtin::tests::bn128_pairing_notcurve ... ignored
test builtin::tests::ecrecover ... ignored
test builtin::tests::from_json ... ignored
test builtin::tests::from_named_linear ... ignored
test builtin::tests::from_unknown_linear ... ignored
test builtin::tests::identity ... ignored
test builtin::tests::is_active ... ignored
test builtin::tests::modexp ... ignored
test builtin::tests::ripemd160 ... ignored
test builtin::tests::sha256 ... ignored
test client::client::tests::should_not_cache_details_before_commit ... ignored
test client::client::tests::should_return_correct_log_index ... ignored
test client::config::test::test_default_compaction_profile ... ignored
test client::config::test::test_mode_default ... ignored
test client::config::test::test_parsing_compaction_profile ... ignored
test engines::authority_round::tests::can_do_signature_verification_fail ... ignored
test engines::authority_round::tests::can_return_schedule ... ignored
test engines::authority_round::tests::generates_seal_and_does_not_double_propose ... ignored
test engines::authority_round::tests::has_valid_metadata ... ignored
test engines::authority_round::tests::proposer_switching ... ignored
test engines::authority_round::tests::rejects_future_block ... ignored
test engines::authority_round::tests::rejects_step_backwards ... ignored
test engines::authority_round::tests::reports_skipped ... ignored
test engines::authority_round::tests::verification_fails_on_short_seal ... ignored
test engines::basic_authority::tests::can_do_seal_verification_fail ... ignored
test engines::basic_authority::tests::can_do_signature_verification_fail ... ignored
test engines::basic_authority::tests::can_generate_seal ... ignored
test engines::basic_authority::tests::can_return_schedule ... ignored
test engines::basic_authority::tests::has_valid_metadata ... ignored
test engines::basic_authority::tests::seals_internally ... ignored
test engines::instant_seal::tests::instant_can_seal ... ignored
test engines::instant_seal::tests::instant_cant_verify ... ignored
test engines::tendermint::message::tests::encode_decode ... ignored
test engines::tendermint::message::tests::encode_step ... ignored
test engines::tendermint::message::tests::generate_and_verify ... ignored
test engines::tendermint::message::tests::proposal_message ... ignored
test engines::tendermint::message::tests::step_ordering ... ignored
test engines::tendermint::tests::allows_correct_proposer ... ignored
test engines::tendermint::tests::can_generate_seal ... ignored
test engines::tendermint::tests::can_recognize_proposal ... ignored
test engines::tendermint::tests::can_return_schedule ... ignored
test engines::tendermint::tests::has_valid_metadata ... ignored
test engines::tendermint::tests::relays_messages ... ignored
test engines::tendermint::tests::seal_signatures_checking ... ignored
test engines::tendermint::tests::seal_submission ... ignored
test engines::tendermint::tests::verification_fails_on_short_seal ... ignored
test engines::validator_set::contract::tests::fetches_validators ... ignored
test engines::validator_set::contract::tests::reports_validators ... ignored
test engines::validator_set::multi::tests::uses_current_set ... ignored
test engines::validator_set::safe_contract::tests::detects_bloom ... ignored
test engines::validator_set::safe_contract::tests::fetches_validators ... ignored
test engines::validator_set::safe_contract::tests::knows_validators ... ignored
test engines::validator_set::simple_list::tests::simple_list ... ignored
test engines::vote_collector::tests::count_votes ... ignored
test engines::vote_collector::tests::malicious_authority ... ignored
test engines::vote_collector::tests::remove_old ... ignored
test engines::vote_collector::tests::seal_retrieval ... ignored
test env_info::tests::it_can_be_created_as_default ... ignored
test env_info::tests::it_serializes_form_json ... ignored
test ethereum::ethash::tests::can_do_difficulty_verification_fail ... ignored
test ethereum::ethash::tests::can_do_proof_of_work_unordered_verification_fail ... ignored
test ethereum::ethash::tests::can_do_proof_of_work_verification_fail ... ignored
test ethereum::ethash::tests::can_do_seal256_verification_fail ... ignored
test ethereum::ethash::tests::can_do_seal_unordered_verification_fail ... ignored
test ethereum::ethash::tests::can_do_seal_verification_fail ... ignored
test ethereum::ethash::tests::can_return_schedule ... ignored
test ethereum::ethash::tests::can_verify_block_family_difficulty_fail ... ignored
test ethereum::ethash::tests::can_verify_block_family_gas_fail ... ignored
test ethereum::ethash::tests::can_verify_block_family_genesis_fail ... ignored
test ethereum::ethash::tests::difficulty_classic_bomb_delay ... ignored
test ethereum::ethash::tests::difficulty_frontier ... ignored
test ethereum::ethash::tests::difficulty_homestead ... ignored
test ethereum::ethash::tests::difficulty_max_timestamp ... ignored
test ethereum::ethash::tests::gas_limit_is_multiple_of_determinant ... ignored
test ethereum::ethash::tests::has_valid_ecip1017_eras_block_reward ... ignored
test ethereum::ethash::tests::has_valid_metadata ... ignored
test ethereum::ethash::tests::on_close_block ... ignored
test ethereum::ethash::tests::on_close_block_with_uncle ... ignored
test ethereum::ethash::tests::rejects_blocks_over_max_gas_limit ... ignored
test ethereum::ethash::tests::rejects_transactions_below_min_gas_price ... ignored
test ethereum::ethash::tests::test_difficulty_bomb_continue ... ignored
test ethereum::ethash::tests::test_difficulty_to_boundary ... ignored
test ethereum::tests::ensure_db_good ... ignored
test ethereum::tests::frontier ... ignored
test ethereum::tests::morden ... ignored
test evm::evm::tests::should_calculate_overflow_mul_shr_with_overflow ... ignored
test evm::evm::tests::should_calculate_overflow_mul_shr_without_overflow ... ignored
test evm::evm::tests::should_validate_u256_to_usize_conversion ... ignored
test evm::factory::test_create_vm ... ignored
test evm::instructions::test_get_dup_position ... ignored
test evm::instructions::test_get_log_topics ... ignored
test evm::instructions::test_get_push_bytes ... ignored
test evm::instructions::test_get_swap_position ... ignored
test evm::instructions::test_is_push ... ignored
test evm::interpreter::gasometer::test_calculate_mem_cost ... ignored
test evm::interpreter::gasometer::test_mem_gas_cost ... ignored
test evm::interpreter::memory::tests::test_memory_read_and_write ... ignored
test evm::interpreter::memory::tests::test_memory_read_and_write_byte ... ignored
test evm::interpreter::memory::tests::test_memory_read_slice_and_write_slice ... ignored
test evm::interpreter::shared_cache::test_find_jump_destinations ... ignored
test evm::schedule::schedule_evm_assumptions ... ignored
test evm::tests::test_add_int ... ignored
test evm::tests::test_addmod_mulmod_int ... ignored
test evm::tests::test_address_int ... ignored
test evm::tests::test_author_int ... ignored
test evm::tests::test_badinstruction_int ... ignored
test evm::tests::test_bitops_int ... ignored
test evm::tests::test_blockhash_eip210_int ... ignored
test evm::tests::test_blockhash_int ... ignored
test evm::tests::test_byte_int ... ignored
test evm::tests::test_calldataload_int ... ignored
test evm::tests::test_calls_int ... ignored
test evm::tests::test_comparison_int ... ignored
test evm::tests::test_difficulty_int ... ignored
test evm::tests::test_div_int ... ignored
test evm::tests::test_div_zero_int ... ignored
test evm::tests::test_exp_int ... ignored
test evm::tests::test_extcodecopy_int ... ignored
test evm::tests::test_extops_int ... ignored
test evm::tests::test_gas_limit_int ... ignored
test evm::tests::test_jumps_int ... ignored
test evm::tests::test_log_empty_int ... ignored
test evm::tests::test_log_sender_int ... ignored
test evm::tests::test_mod_int ... ignored
test evm::tests::test_mul_int ... ignored
test evm::tests::test_number_int ... ignored
test evm::tests::test_origin_int ... ignored
test evm::tests::test_pop_int ... ignored
test evm::tests::test_sdiv_int ... ignored
test evm::tests::test_sender_int ... ignored
test evm::tests::test_sha3_int ... ignored
test evm::tests::test_signed_comparison_int ... ignored
test evm::tests::test_signextend_int ... ignored
test evm::tests::test_smod_int ... ignored
test evm::tests::test_stack_underflow ... ignored
test evm::tests::test_sub_int ... ignored
test evm::tests::test_timestamp_int ... ignored
test executive::tests::test_call_to_create ... ignored
test executive::tests::test_contract_address ... ignored
test executive::tests::test_create_contract ... ignored
test executive::tests::test_create_contract_out_of_depth_int ... ignored
test executive::tests::test_create_contract_value_too_high_int ... ignored
test executive::tests::test_create_contract_without_max_depth_int ... ignored
test executive::tests::test_not_enough_cash_int ... ignored
test executive::tests::test_revert_int ... ignored
test executive::tests::test_sender_balance_int ... ignored
test executive::tests::test_sha3_int ... ignored
test executive::tests::test_transact_gas_limit_reached_int ... ignored
test executive::tests::test_transact_invalid_nonce_int ... ignored
test externalities::tests::can_be_created ... ignored
test externalities::tests::can_call_fail_empty ... ignored
test externalities::tests::can_log ... ignored
test externalities::tests::can_return_block_hash ... ignored
test externalities::tests::can_return_block_hash_no_env ... ignored
test externalities::tests::can_suicide ... ignored
test header::tests::decode_and_encode_header ... ignored
test header::tests::test_header_seal_fields ... ignored
test miner::banning_queue::tests::should_allow_to_borrow_the_queue ... ignored
test miner::banning_queue::tests::should_not_accept_transactions_from_banned_sender ... ignored
test miner::banning_queue::tests::should_not_accept_transactions_to_banned_recipient ... ignored
test miner::banning_queue::tests::should_not_accept_transactions_with_banned_code ... ignored
test miner::external::tests::it_should_forget_old_hashrates ... ignored
test miner::external::tests::should_sum_up_hashrate ... ignored
test miner::local_transactions::tests::should_add_transaction_as_pending ... ignored
test miner::local_transactions::tests::should_clear_old_transactions ... ignored
test miner::miner::tests::internal_seals_without_work ... ignored
test miner::miner::tests::should_import_external_transaction ... ignored
test miner::miner::tests::should_make_pending_block_when_importing_own_transaction ... ignored
test miner::miner::tests::should_not_seal_unless_enabled ... ignored
test miner::miner::tests::should_not_use_pending_block_if_best_block_is_higher ... ignored
test miner::miner::tests::should_prepare_block_to_seal ... ignored
test miner::miner::tests::should_still_work_after_a_couple_of_blocks ... ignored
test miner::price_info::should_get_price_info ... ignored
test miner::transaction_queue::test::gas_limit_should_never_overflow ... ignored
test miner::transaction_queue::test::should_accept_external_service_transaction_if_sender_is_certified ... ignored
test miner::transaction_queue::test::should_accept_local_service_transaction ... ignored
test miner::transaction_queue::test::should_accept_same_transaction_twice_if_removed ... ignored
test miner::transaction_queue::test::should_clear_all_old_transactions ... ignored
test miner::transaction_queue::test::should_clear_queue ... ignored
test miner::transaction_queue::test::should_correctly_update_futures_when_removing ... ignored
test miner::transaction_queue::test::should_create_transaction_set ... ignored
test miner::transaction_queue::test::should_drop_old_transactions_when_hitting_the_limit ... ignored
test miner::transaction_queue::test::should_drop_transactions_from_senders_without_balance ... ignored
test miner::transaction_queue::test::should_drop_transactions_with_old_nonces ... ignored
test miner::transaction_queue::test::should_give_correct_gas_price_entry_limit ... ignored
test miner::transaction_queue::test::should_handle_min_block ... ignored
test miner::transaction_queue::test::should_handle_same_transaction_imported_twice_with_different_state_nonces ... ignored
test miner::transaction_queue::test::should_import_transaction_below_min_gas_price_threshold_if_local ... ignored
test miner::transaction_queue::test::should_import_tx ... ignored
test miner::transaction_queue::test::should_import_txs_from_same_sender ... ignored
test miner::transaction_queue::test::should_keep_own_transactions_above_gas_limit ... ignored
test miner::transaction_queue::test::should_keep_right_order_in_future ... ignored
test miner::transaction_queue::test::should_limit_by_gas ... ignored
test miner::transaction_queue::test::should_limit_future_transactions ... ignored
test miner::transaction_queue::test::should_move_all_transactions_from_future ... ignored
test miner::transaction_queue::test::should_move_transactions_if_gap_filled ... ignored
test miner::transaction_queue::test::should_move_transactions_to_future_if_gap_introduced ... ignored
test miner::transaction_queue::test::should_not_accept_external_service_transaction_if_contract_returns_error ... ignored
test miner::transaction_queue::test::should_not_accept_external_service_transaction_if_sender_not_certified ... ignored
test miner::transaction_queue::test::should_not_import_transaction_above_gas_limit ... ignored
test miner::transaction_queue::test::should_not_import_transaction_below_min_gas_price_threshold_if_external ... ignored
test miner::transaction_queue::test::should_not_insert_same_transaction_twice ... ignored
test miner::transaction_queue::test::should_not_insert_same_transaction_twice_into_set ... ignored
test miner::transaction_queue::test::should_not_move_to_future_if_state_nonce_is_higher ... ignored
test miner::transaction_queue::test::should_not_penalize_local_transactions ... ignored
test miner::transaction_queue::test::should_not_prioritize_local_transactions_with_different_nonce_height ... ignored
test miner::transaction_queue::test::should_order_by_gas ... ignored
test miner::transaction_queue::test::should_order_by_gas_factor ... ignored
test miner::transaction_queue::test::should_penalize_transactions_from_sender ... ignored
test miner::transaction_queue::test::should_penalize_transactions_from_sender_in_future ... ignored
test miner::transaction_queue::test::should_prioritize_local_transactions_within_same_nonce_height ... ignored
test miner::transaction_queue::test::should_prioritize_reimported_transactions_within_same_nonce_height ... ignored
test miner::transaction_queue::test::should_put_transaction_to_futures_if_gap_detected ... ignored
test miner::transaction_queue::test::should_recalculate_height_when_removing_from_future ... ignored
test miner::transaction_queue::test::should_reject_transactions_below_base_gas ... ignored
test miner::transaction_queue::test::should_remove_old_transaction_even_if_newer_transaction_was_not_known ... ignored
test miner::transaction_queue::test::should_remove_out_of_date_transactions_occupying_queue ... ignored
test miner::transaction_queue::test::should_remove_transaction ... ignored
test miner::transaction_queue::test::should_replace_same_transaction_when_has_higher_fee ... ignored
test miner::transaction_queue::test::should_replace_same_transaction_when_importing_to_futures ... ignored
test miner::transaction_queue::test::should_replace_transaction_in_set ... ignored
test miner::transaction_queue::test::should_return_correct_last_nonce ... ignored
test miner::transaction_queue::test::should_return_correct_nonce_when_transactions_from_given_address_exist ... ignored
test miner::transaction_queue::test::should_return_correct_nonces_when_dropped_because_of_limit ... ignored
test miner::transaction_queue::test::should_return_none_when_transaction_from_given_address_does_not_exist ... ignored
test miner::transaction_queue::test::should_return_pending_hashes ... ignored
test miner::transaction_queue::test::should_return_true_if_there_is_local_transaction_pending ... ignored
test miner::transaction_queue::test::should_return_valid_last_nonce_after_cull ... ignored
test miner::transaction_queue::test::test_ordering ... ignored
test miner::transaction_queue::test::when_importing_local_should_mark_others_from_the_same_sender_as_local ... ignored
test pod_account::test::basic ... ignored
test pod_account::test::code ... ignored
test pod_account::test::existence ... ignored
test pod_account::test::storage ... ignored
test pod_state::test::change_with_unchanged ... ignored
test pod_state::test::create_delete ... ignored
test pod_state::test::create_delete_with_unchanged ... ignored
test service::tests::it_can_be_started ... ignored
test snapshot::account::tests::encoding_basic ... ignored
test snapshot::account::tests::encoding_code ... ignored
test snapshot::account::tests::encoding_empty_acc ... ignored
test snapshot::account::tests::encoding_storage ... ignored
test snapshot::account::tests::encoding_storage_split ... ignored
test snapshot::block::tests::empty_block_abridging ... ignored
test snapshot::block::tests::with_transactions ... ignored
test snapshot::block::tests::wrong_number ... ignored
test snapshot::io::tests::loose_write_and_read ... ignored
test snapshot::io::tests::packed_write_and_read ... ignored
test snapshot::service::tests::sends_async_messages ... ignored
test snapshot::tests::manifest_rlp ... ignored
test snapshot::tests::proof_of_authority::fixed_to_contract ... ignored
test snapshot::tests::proof_of_authority::fixed_to_contract_to_contract ... ignored
test snapshot::tests::proof_of_work::checks_flag ... ignored
test snapshot::tests::proof_of_work::chunk_and_restore_40k ... ignored
test snapshot::tests::proof_of_work::chunk_and_restore_500 ... ignored
test snapshot::tests::service::guards_delete_folders ... ignored
test snapshot::tests::service::restored_is_equivalent ... ignored
test snapshot::tests::state::checks_flag ... ignored
test snapshot::tests::state::get_code_from_prev_chunk ... ignored
test snapshot::tests::state::snap_and_restore ... ignored
test snapshot::watcher::tests::doesnt_fire_before_history ... ignored
test snapshot::watcher::tests::finds_highest ... ignored
test snapshot::watcher::tests::fires_once_for_two ... ignored
test snapshot::watcher::tests::should_not_fire ... ignored
test spec::spec::tests::genesis_constructor ... ignored
test spec::spec::tests::test_chain ... ignored
test spec::spec::tests::test_load_empty ... ignored
test state::account::tests::account_compress ... ignored
test state::account::tests::commit_code ... ignored
test state::account::tests::commit_remove_commit_storage ... ignored
test state::account::tests::commit_storage ... ignored
test state::account::tests::create_account ... ignored
test state::account::tests::new_account ... ignored
test state::account::tests::note_code ... ignored
test state::account::tests::reset_code ... ignored
test state::account::tests::rlpio ... ignored
test state::account::tests::storage_at ... ignored
test state::substate::tests::accrue ... ignored
test state::substate::tests::created ... ignored
test state::tests::alter_balance ... ignored
test state::tests::alter_nonce ... ignored
test state::tests::balance_nonce ... ignored
test state::tests::checkpoint_basic ... ignored
test state::tests::checkpoint_nested ... ignored
test state::tests::code_from_database ... ignored
test state::tests::create_empty ... ignored
test state::tests::empty_account_exists_when_creation_forced ... ignored
test state::tests::empty_account_is_not_created ... ignored
test state::tests::ensure_cached ... ignored
test state::tests::get_from_database ... ignored
test state::tests::remove ... ignored
test state::tests::remove_from_database ... ignored
test state::tests::should_apply_create_transaction ... ignored
test state::tests::should_not_panic_on_state_diff_with_storage ... ignored
test state::tests::should_not_trace_call_with_invalid_basic_subcall_transaction ... ignored
test state::tests::should_not_trace_callcode ... ignored
test state::tests::should_not_trace_delegatecall ... ignored
test state::tests::should_not_trace_subcall_transaction_to_builtin ... ignored
test state::tests::should_trace_basic_call_transaction ... ignored
test state::tests::should_trace_call_transaction ... ignored
test state::tests::should_trace_call_transaction_to_builtin ... ignored
test state::tests::should_trace_call_with_basic_subcall_transaction ... ignored
test state::tests::should_trace_call_with_subcall_transaction ... ignored
test state::tests::should_trace_call_with_subcall_with_subcall_transaction ... ignored
test state::tests::should_trace_failed_call_transaction ... ignored
test state::tests::should_trace_failed_create_transaction ... ignored
test state::tests::should_trace_failed_subcall_transaction ... ignored
test state::tests::should_trace_failed_subcall_with_subcall_transaction ... ignored
test state::tests::should_trace_suicide ... ignored
test state::tests::should_work_when_cloned ... ignored
test state::tests::storage_at_from_database ... ignored
test state_db::tests::state_db_smoke ... ignored
test tests::client::can_collect_garbage ... ignored
test tests::client::can_generate_gas_price_histogram ... ignored
test tests::client::can_generate_gas_price_median ... ignored
test tests::client::can_handle_long_fork ... ignored
test tests::client::can_mine ... ignored
test tests::client::change_history_size ... ignored
test tests::client::corpus_is_sorted ... ignored
test tests::client::does_not_propagate_delayed_transactions ... ignored
test tests::client::empty_gas_price_histogram ... ignored
test tests::client::imports_block_sequence ... ignored
test tests::client::imports_from_empty ... ignored
test tests::client::imports_good_block ... ignored
test tests::client::query_bad_block ... ignored
test tests::client::query_none_block ... ignored
test tests::client::returns_block_body ... ignored
test tests::client::returns_chain_info ... ignored
test tests::client::returns_logs ... ignored
test tests::client::returns_logs_with_limit ... ignored
test tests::client::returns_state_root_basic ... ignored
test tests::client::should_return_registrar ... ignored
test tests::client::transaction_proof ... ignored
test trace::db::tests::query_genesis ... ignored
test trace::db::tests::query_trace_after_reopen ... ignored
test trace::db::tests::test_import ... ignored
test trace::db::tests::test_import_non_canon_traces ... ignored
test trace::db::tests::test_reopening_db_with_tracing_off ... ignored
test trace::db::tests::test_reopening_db_with_tracing_on ... ignored
test trace::executive_tracer::should_prefix_address_properly ... ignored
test types::executed::tests::encode_call_type ... ignored
test types::executed::tests::should_encode_and_decode_call_type ... ignored
test types::filter::tests::test_bloom_possibilites_multiple_addresses_and_topics ... ignored
test types::filter::tests::test_bloom_possibilities_none ... ignored
test types::filter::tests::test_bloom_possibilities_single_address_and_many_topics ... ignored
test types::filter::tests::test_bloom_possibilities_single_address_and_topic ... ignored
test types::filter::tests::test_filter_matches ... ignored
test types::log_entry::tests::test_empty_log_bloom ... ignored
test types::receipt::test_basic ... ignored
test types::receipt::test_no_state_root ... ignored
test types::trace_types::error::tests::encode_error ... ignored
test types::trace_types::filter::tests::empty_trace_filter_bloom_possibilities ... ignored
test types::trace_types::filter::tests::filter_matches ... ignored
test types::trace_types::filter::tests::multiple_trace_filter_bloom_possibility ... ignored
test types::trace_types::filter::tests::only_from_trace_filter_bloom_possibility ... ignored
test types::trace_types::filter::tests::only_to_trace_filter_bloom_possibility ... ignored
test types::trace_types::filter::tests::single_trace_filter_bloom_possibility ... ignored
test types::trace_types::flat::tests::encode_flat_block_traces ... ignored
test types::trace_types::flat::tests::encode_flat_transaction_traces ... ignored
test types::trace_types::flat::tests::test_trace_serialization ... ignored
test types::transaction::fake_signing ... ignored
test types::transaction::sender_test ... ignored
test types::transaction::should_agree_with_vitalik ... ignored
test types::transaction::should_recover_from_network_specific_signing ... ignored
test types::transaction::signing ... ignored
test verification::queue::tests::can_be_created ... ignored
test verification::queue::tests::can_import_blocks ... ignored
test verification::queue::tests::readjust_verifiers ... ignored
test verification::queue::tests::returns_empty_once_finished ... ignored
test verification::queue::tests::returns_error_for_duplicates ... ignored
test verification::queue::tests::returns_ok_for_drained_duplicates ... ignored
test verification::queue::tests::returns_total_difficulty ... ignored
test verification::queue::tests::scaling_limits ... ignored
test verification::queue::tests::test_mem_limit ... ignored
test verification::verification::tests::test_verify_block ... ignored
test views::block::tests::test_block_view ... ignored
test views::body::tests::test_block_view ... ignored
test views::header::tests::test_header_view ... ignored
test views::transaction::tests::test_transaction_view ... ignored
test result: ok. 0 passed; 0 failed; 428 ignored; 0 measured; 0 filtered out
running 4 tests
test bn_128_mul ... bench: 711,068 ns/iter (+/- 119,839)
test bn_128_pairing ... bench: 7,690,519 ns/iter (+/- 1,590,001)
test ecrecover ... bench: 140,535 ns/iter (+/- 20,518)
test sha256 ... bench: 1,526 ns/iter (+/- 1,044)
test result: ok. 0 passed; 0 failed; 0 ignored; 4 measured; 0 filtered out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment