forked from gimli-rs/gimli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a parse-self benchmark for
.debug_info
and `EndianRcSlice
Looks like it takes about 1.58x the time that using `EndianSlice` does: ``` test bench_parsing_debug_info ... bench: 2,261,953 ns/iter (+/- 142,827) test bench_parsing_debug_info_with_endian_rc_slice ... bench: 3,564,292 ns/iter (+/- 208,038) ```
- Loading branch information
Showing
1 changed file
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters