Skip to content

Commit

Permalink
Revert "test load sweep"
Browse files Browse the repository at this point in the history
This reverts commit bed452e.
  • Loading branch information
ibalajiarun committed Nov 5, 2024
1 parent b5d69e2 commit b42898c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions testsuite/forge-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ fn main() -> Result<()> {

let args = Args::parse();
let duration = Duration::from_secs(args.duration_secs as u64);
// let suite_name: &str = args.suite.as_ref();
let suite_name = "realistic_env_load_sweep";
let suite_name: &str = args.suite.as_ref();

let runtime = Runtime::new()?;
match args.cli_cmd {
Expand Down
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/suites/realistic_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub(crate) fn realistic_env_sweep_wrap(
}

pub(crate) fn realistic_env_load_sweep_test() -> ForgeConfig {
realistic_env_sweep_wrap(150, 15, LoadVsPerfBenchmark {
realistic_env_sweep_wrap(20, 10, LoadVsPerfBenchmark {
test: Box::new(PerformanceBenchmark),
workloads: Workloads::TPS(vec![10, 100, 1000, 3000, 5000, 7000]),
criteria: [
Expand Down

0 comments on commit b42898c

Please sign in to comment.