Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dubbelosix committed Aug 16, 2023
1 parent 817aaf5 commit 6d4b7be
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions examples/demo-prover/host/benches/prover_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use std::env;
use std::fs::{read_to_string, remove_file, File, OpenOptions};
use std::io::Write;
use std::path::{Path, PathBuf};
use std::collections::HashMap;
use std::str::FromStr;
use std::sync::{Arc, Mutex};

Expand Down Expand Up @@ -84,18 +85,9 @@ fn get_config(rollup_trace: &str) -> Config {
.unwrap()
}

use std::collections::HashMap;

#[cfg(feature = "bench")]
use risc0_adapter::metrics::GLOBAL_HASHMAP;

// #[derive(Debug, Clone, PartialEq, Deserialize)]
// pub struct RollupConfig {
// pub start_height: u64,
// pub da: DaServiceConfig,
// pub runner: RunnerConfig,
// }

// The rollup stores its data in the namespace b"sov-test" on Celestia
const ROLLUP_NAMESPACE: NamespaceId = NamespaceId(ROLLUP_NAMESPACE_RAW);

Expand Down

0 comments on commit 6d4b7be

Please sign in to comment.