Skip to content

Commit

Permalink
Update benches/event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Fox <[email protected]>
  • Loading branch information
pront and fuchsnj authored Aug 8, 2023
1 parent 5080c69 commit 30dd634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn benchmark_event_create(c: &mut Criterion) {
b.iter(|| {
let mut log = LogEvent::default();
log.insert(event_path!("key1", "nested1", 0), Bytes::from("value1"));
log.insert(event_path!("key1", "nested1", "1"), Bytes::from("value2"));
log.insert(event_path!("key1", "nested1", 1), Bytes::from("value2"));
})
});
}
Expand Down

0 comments on commit 30dd634

Please sign in to comment.