mirror of
https://codeberg.org/icewind/tf-log-parser.git
synced 2026-06-03 18:24:09 +02:00
remove some more nom
This commit is contained in:
parent
d326e1bb6a
commit
311345cf4e
15 changed files with 103 additions and 91 deletions
|
|
@ -4,7 +4,7 @@ use tf_log_parser::{parse, RawEvent};
|
|||
static LOG: &str = include_str!("../test_data/log_2892242.log");
|
||||
|
||||
pub fn parse_benchmark() {
|
||||
black_box(parse(black_box(&LOG))).ok();
|
||||
black_box(parse(black_box(LOG))).ok();
|
||||
}
|
||||
|
||||
pub fn parse_raw() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue