Skip to content

Commit

Permalink
refactored the MultiplexerTest to not need parquet files anymore (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteNiewenhuis authored Dec 6, 2024
1 parent b4f694d commit 0ce9557
Show file tree
Hide file tree
Showing 20 changed files with 387 additions and 336 deletions.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public TraceWorkload(
this.checkpointIntervalScaling = checkpointIntervalScaling;
}

public TraceWorkload(ArrayList<TraceFragment> fragments) {
this(fragments, 0L, 0L, 1.0);
}

public ArrayList<TraceFragment> getFragments() {
return fragments;
}
Expand Down

0 comments on commit 0ce9557

Please sign in to comment.