Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move benchmarks #101

Merged
merged 1 commit into from
May 8, 2023
Merged

chore: move benchmarks #101

merged 1 commit into from
May 8, 2023

Conversation

abemedia
Copy link
Owner

@abemedia abemedia commented May 8, 2023

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented May 8, 2023

Benchmark Result

Benchmark diff with base branch
goos: linux
goarch: amd64
pkg: github.com/abemedia/go-don
cpu: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
          │ bench-master.txt │         bench-new.txt         │
          │      sec/op      │   sec/op     vs base          │
Handler-2        456.5n ± 0%   456.8n ± 1%  ~ (p=0.493 n=10)

          │ bench-master.txt │         bench-new.txt          │
          │       B/op       │    B/op     vs base            │
Handler-2         72.00 ± 0%   72.00 ± 0%  ~ (p=1.000 n=10) ¹
¹ all samples are equal

          │ bench-master.txt │         bench-new.txt          │
          │    allocs/op     │ allocs/op   vs base            │
Handler-2         2.000 ± 0%   2.000 ± 0%  ~ (p=1.000 n=10) ¹
¹ all samples are equal

pkg: github.com/abemedia/go-don/decoder
                    │ bench-master.txt │
                    │      sec/op      │
Decoder/Gorilla-2          19.26µ ± 1%
Decoder/DonCached-2        958.9n ± 0%
Decoder/Don-2              1.010µ ± 0%
geomean                    2.652µ

                    │ bench-master.txt │
                    │       B/op       │
Decoder/Gorilla-2         2.500Ki ± 0%
Decoder/DonCached-2         176.0 ± 0%
Decoder/Don-2               176.0 ± 0%
geomean                     429.6

                    │ bench-master.txt │
                    │    allocs/op     │
Decoder/Gorilla-2           166.0 ± 0%
Decoder/DonCached-2         3.000 ± 0%
Decoder/Don-2               3.000 ± 0%
geomean                     11.43
Benchmark result
goos: linux
goarch: amd64
pkg: github.com/abemedia/go-don
cpu: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
          │ bench-new.txt │
          │    sec/op     │
Handler-2     456.8n ± 1%

          │ bench-new.txt │
          │     B/op      │
Handler-2      72.00 ± 0%

          │ bench-new.txt │
          │   allocs/op   │
Handler-2      2.000 ± 0%

@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3a73c35) 87.29% compared to head (b4cb5ff) 87.29%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   87.29%   87.29%           
=======================================
  Files          19       19           
  Lines         779      779           
=======================================
  Hits          680      680           
  Misses         79       79           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@abemedia abemedia merged commit 792acc8 into master May 8, 2023
9 checks passed
@abemedia abemedia deleted the chore/move-benchmarks branch May 8, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant