Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 21, 2025
1 parent 4a988db commit 686e67e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void isASCIIChar(Blackhole bh) {
bh.consume(com.alibaba.fastjson2.util.IOUtils.isASCII(chars, 0, chars.length));
}


@Benchmark
public void isASCII(Blackhole bh) throws Throwable {
bh.consume(com.alibaba.fastjson2.util.IOUtils.isASCII(bytes, 0, bytes.length));
Expand Down

0 comments on commit 686e67e

Please sign in to comment.