Skip to content

Commit

Permalink
Remove doubly-defined sui_config_dir (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Apr 20, 2022
1 parent ddbfffa commit d796d00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sui/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ use clap::*;
use narwhal_config::Parameters as ConsensusParameters;
use std::path::PathBuf;
use sui::config::make_default_narwhal_committee;
use sui::config::CONSENSUS_DB_NAME;
use sui::sui_config_dir;
use sui::{
config::{GenesisConfig, NetworkConfig, PersistedConfig},
config::{GenesisConfig, NetworkConfig, PersistedConfig, CONSENSUS_DB_NAME},
sui_commands::{genesis, make_server},
sui_config_dir, SUI_NETWORK_CONFIG,
};
Expand Down

1 comment on commit d796d00

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bench results

�[0m�[0m�[1m�[32m Finished�[0m release [optimized] target(s) in 0.38s
�[0m�[0m�[1m�[32m Running�[0m target/release/bench microbench throughput
�[2m2022-04-20T23:43:31.217675Z�[0m �[32m INFO�[0m �[2msui::benchmark::transaction_creator�[0m�[2m:�[0m Open database on path: "/tmp/DB_95F4922BCB694F82BD6BD7D0D11BDE9DB503B550"
�[2m2022-04-20T23:43:32.608120Z�[0m �[32m INFO�[0m �[2msui_network::transport�[0m�[2m:�[0m Listening to TCP traffic on 127.0.0.1:9555
Throughout: 22084.03993059428 tps

Please sign in to comment.