Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
test 100m
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlou1554 committed May 1, 2024
1 parent 9076509 commit 274a9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ use std::path::PathBuf;
async fn main() {
// benchmark_sync().await;
// benchmark_parallel().await;
let trace = parse_trace(PathBuf::from("traces/trace_parallel.csv")).unwrap();
let trace = parse_trace(PathBuf::from("traces/trace_100m.csv")).unwrap();
run_trace(trace, &utils::setup_client_1).await;
}

0 comments on commit 274a9ef

Please sign in to comment.