Skip to content

Commit

Permalink
fix bench
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Lee <[email protected]>
  • Loading branch information
BusyJay committed Mar 25, 2020
1 parent 886ad5c commit fc244b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/suites/raw_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fn test_ready_raft_node(logger: &slog::Logger) -> RawNode<MemStorage> {
let mut e = Entry::default();
e.data = vec![0; 32 * 1024];
e.context = vec![];
e.index = i + 1;
e.index = i;
e.term = 1;
entries.push(e);
}
Expand Down

0 comments on commit fc244b6

Please sign in to comment.