Commit 20cd096
authored
Add boolean benchmark for byte aligned slices (#8997)
# Which issue does this PR close?
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax.
- part of #8806
- Part of #8996
# Rationale for this change
As part of #8996 I would like to
add special case
code for byte aligned boolean buffers, and to do so I would like to have
benchmarks that cover this
# What changes are included in this PR?
1. Add benchmark for offset of 24 bits (in addition to 1)
# Are these changes tested?
I ran it manually
# Are there any user-facing changes?
No1 parent e49c2ed commit 20cd096
1 file changed
+22
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
60 | 54 | | |
61 | | - | |
62 | | - | |
| 55 | + | |
| 56 | + | |
63 | 57 | | |
64 | | - | |
65 | | - | |
| 58 | + | |
| 59 | + | |
66 | 60 | | |
67 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
0 commit comments