Skip to content

Commit

Permalink
Update numbers in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ekk0ek committed Dec 19, 2023
1 parent 241bc3b commit e735b6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ similar performance boost for parsing zone data.

## Results
Running `zone-bench` on my system (Intel Core i7-1065G7) against an older
`.com` zone file of 12482791271 bytes under Linux (Fedora 38).
`.com` zone file of 12482791271 bytes under Linux (Fedora 39).

clang version 16.0.6, release mode:
clang version 17.0.6, release mode:
```
$ time ./zone-bench parse ../../zones/com.zone
Selected target haswell
Parsed 341535548 records
real 0m14.812s
user 0m13.704s
sys 0m1.088s
real 0m13.533s
user 0m12.355s
sys 0m1.160s
```

There are bound to be bugs and quite possibly smarter ways of implementing
Expand Down

0 comments on commit e735b6d

Please sign in to comment.