Skip to content

Commit

Permalink
docs(readme): update otel bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 3, 2023
1 parent fc42034 commit 327f687
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ e.g. using `[16]byte` for `TraceId` with zero-allocation `hex` encoding in json:

| Name | Speed | Allocations |
|----------|-----------|-------------|
| Decode | 970 MB/s | 0 allocs/op |
| Validate | 1535 MB/s | 0 allocs/op |
| Encode | 1104 MB/s | 0 allocs/op |
| Write | 2146 MB/s | 0 allocs/op |
| Decode | 1279 MB/s | 0 allocs/op |
| Validate | 1914 MB/s | 0 allocs/op |
| Encode | 1202 MB/s | 0 allocs/op |
| Write | 2055 MB/s | 0 allocs/op |

`cpu: AMD Ryzen 9 7950X`

See [otel_test.go](./otel_test.go) for example.

Expand Down

0 comments on commit 327f687

Please sign in to comment.