Skip to content

feat: added basic benchmark and ci skeleton #1641

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Prashansa-K
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2025

Codecov Report

Attention: Patch coverage is 0% with 33 lines in your changes missing coverage. Please review.

Project coverage is 28.20%. Comparing base (c409312) to head (43b2706).

Files with missing lines Patch % Lines
tests/benchmarkutils/test_utils.go 0.00% 33 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1641      +/-   ##
==========================================
- Coverage   28.34%   28.20%   -0.14%     
==========================================
  Files          67       68       +1     
  Lines        6912     6945      +33     
==========================================
  Hits         1959     1959              
- Misses       4811     4844      +33     
  Partials      142      142              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Benchmark Comparison Results

goos: linux
goarch: amd64
pkg: github.com/kong/deck/tests/benchmarkutils
cpu: AMD EPYC 7763 64-Core Processor                
            │ benchmark_results_current.txt │
            │            sec/op             │
Sync/sync-4                     56.16m ± 3%

            │ benchmark_results_current.txt │
            │           errors/op           │
Sync/sync-4                      0.000 ± 0%

            │ benchmark_results_current.txt │
            │             B/op              │
Sync/sync-4                   5.918Mi ± 12%

            │ benchmark_results_current.txt │
            │           allocs/op           │
Sync/sync-4                    82.42k ± 16%

@Prashansa-K Prashansa-K force-pushed the feat/benchmarking-utils branch from 8b935d6 to d21b118 Compare May 21, 2025 16:32
Copy link

Benchmark Comparison Results

goos: linux
goarch: amd64
pkg: github.com/kong/deck/tests/benchmarkutils
cpu: AMD EPYC 7763 64-Core Processor                
            │ benchmark_results_current.txt │
            │            sec/op             │
Sync/sync-4                     55.12m ± 3%

            │ benchmark_results_current.txt │
            │           errors/op           │
Sync/sync-4                      0.000 ± 0%

            │ benchmark_results_current.txt │
            │             B/op              │
Sync/sync-4                   5.911Mi ± 12%

            │ benchmark_results_current.txt │
            │           allocs/op           │
Sync/sync-4                    82.41k ± 16%

Copy link

Benchmark Comparison Results

goos: linux
goarch: amd64
pkg: github.com/kong/deck/tests/benchmarkutils
cpu: AMD EPYC 7763 64-Core Processor                
            │ benchmark_results_current.txt │
            │            sec/op             │
Sync/sync-4                     224.7m ± 1%

            │ benchmark_results_current.txt │
            │           errors/op           │
Sync/sync-4                      0.000 ± 0%

            │ benchmark_results_current.txt │
            │             B/op              │
Sync/sync-4                    13.71Mi ± 5%

            │ benchmark_results_current.txt │
            │           allocs/op           │
Sync/sync-4                     213.6k ± 6%

Copy link

Benchmark Comparison Results

goos: linux
goarch: amd64
pkg: github.com/kong/deck/tests/benchmarkutils
cpu: AMD EPYC 7763 64-Core Processor                
            │ benchmark_results_current.txt │
            │            sec/op             │
Sync/sync-4                     223.7m ± 1%

            │ benchmark_results_current.txt │
            │           errors/op           │
Sync/sync-4                      0.000 ± 0%

            │ benchmark_results_current.txt │
            │             B/op              │
Sync/sync-4                    13.73Mi ± 5%

            │ benchmark_results_current.txt │
            │           allocs/op           │
Sync/sync-4                     213.5k ± 6%

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.

2 participants