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

Commit

Permalink
test: 100mb trace
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Apr 30, 2024
1 parent 9532f56 commit 0190271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_group_1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test-group-1
on:
[push, pull_request, workflow_dispatch]
[workflow_dispatch]
jobs:
start-runner:
name: Start self-hosted EC2 runner
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
cargo run --package storage-node --bin storage_node &
- name: Spin and wait for the Client
run: sleep 60
run: sleep 120
run-client:
name: Run Parpulse client
needs:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ use std::path::PathBuf;
async fn main() {
// benchmark_sync().await;
// benchmark_parallel().await;
let trace = parse_trace(PathBuf::from("traces/trace1.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 0190271

Please sign in to comment.