composer: glitchtip integration
This commit is contained in:
parent
95b4979d88
commit
c9c51613a4
63 changed files with 8857 additions and 220 deletions
15
vendor/github.com/getsentry/sentry-go/internal/traceparser/README.md
generated
vendored
Normal file
15
vendor/github.com/getsentry/sentry-go/internal/traceparser/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## Benchmark results
|
||||
|
||||
```
|
||||
goos: windows
|
||||
goarch: amd64
|
||||
pkg: github.com/getsentry/sentry-go/internal/trace
|
||||
cpu: 12th Gen Intel(R) Core(TM) i7-12700K
|
||||
BenchmarkEqualBytes-20 44323621 26.08 ns/op
|
||||
BenchmarkStringEqual-20 60980257 18.27 ns/op
|
||||
BenchmarkEqualPrefix-20 41369181 31.12 ns/op
|
||||
BenchmarkFullParse-20 702012 1507 ns/op 1353.42 MB/s 1024 B/op 6 allocs/op
|
||||
BenchmarkFramesIterator-20 1229971 969.3 ns/op 896 B/op 5 allocs/op
|
||||
BenchmarkFramesReversedIterator-20 1271061 944.5 ns/op 896 B/op 5 allocs/op
|
||||
BenchmarkSplitOnly-20 2250800 534.0 ns/op 3818.23 MB/s 128 B/op 1 allocs/op
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue