Skip to content

Commit

Permalink
Enable binary/numeric value translation in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Dec 19, 2021
1 parent 9a5951c commit 975931a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benches/coalesce_execve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ fn measure(bench: &mut Bencher, s: bool) {
} else {
Coalesce::new( |_| {} )
};
c.translate_universal = true;
c.translate_userdb = true;

for i in 0 .. 1000 {
let pid = ppid + 100000 + i;
let ms = (i / 1000) % 1000;
Expand Down

0 comments on commit 975931a

Please sign in to comment.