Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Apr 25, 2024
1 parent e2630f7 commit fbf4bc0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,21 @@ Just a teaser, LPM lookups against the full Internet routing table with random p
```
cpu: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz

BenchmarkFullMatchV4/Lookup 29107173 41.22 ns/op
BenchmarkFullMatchV4/LookupPrefix 24154027 49.73 ns/op
BenchmarkFullMatchV4/LookupPrefixLPM 21278923 56.34 ns/op
BenchmarkFullMatchV4/Lookup 28140715 41.95 ns/op
BenchmarkFullMatchV4/LookupPrefix 24648212 48.73 ns/op
BenchmarkFullMatchV4/LookupPrefixLPM 21412228 56.06 ns/op

BenchmarkFullMatchV6/Lookup 28551670 42.03 ns/op
BenchmarkFullMatchV6/LookupPrefix 23813694 50.38 ns/op
BenchmarkFullMatchV6/LookupPrefixLPM 21109486 56.82 ns/op
BenchmarkFullMatchV6/Lookup 29225397 41.06 ns/op
BenchmarkFullMatchV6/LookupPrefix 24992281 48.01 ns/op
BenchmarkFullMatchV6/LookupPrefixLPM 21743133 55.25 ns/op

BenchmarkFullMissV4/Lookup 21568196 56.01 ns/op
BenchmarkFullMissV4/LookupPrefix 18887606 63.51 ns/op
BenchmarkFullMissV4/LookupPrefixLPM 17191287 69.82 ns/op
BenchmarkFullMissV4/Lookup 15246050 78.84 ns/op
BenchmarkFullMissV4/LookupPrefix 13382380 89.76 ns/op
BenchmarkFullMissV4/LookupPrefixLPM 12887918 93.09 ns/op

BenchmarkFullMissV6/Lookup 18382587 65.18 ns/op
BenchmarkFullMissV6/LookupPrefix 15761524 76.13 ns/op
BenchmarkFullMissV6/LookupPrefixLPM 14565033 82.41 ns/op
BenchmarkFullMissV6/Lookup 69248640 17.31 ns/op
BenchmarkFullMissV6/LookupPrefix 51542642 23.29 ns/op
BenchmarkFullMissV6/LookupPrefixLPM 48444040 24.79 ns/op
```

## CONTRIBUTION
Expand Down

0 comments on commit fbf4bc0

Please sign in to comment.