Skip to content

Conversation

@ncaak
Copy link
Contributor

@ncaak ncaak commented Dec 1, 2023

No description provided.

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Dec 1, 2023

@ncaak: This pull request references DVO-176 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci
Copy link

openshift-ci bot commented Dec 1, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
Copy link

openshift-ci bot commented Dec 1, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ncaak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Dec 1, 2023
@ncaak ncaak marked this pull request as ready for review December 1, 2023 11:01
@openshift-ci openshift-ci bot requested review from rluders and tremes December 1, 2023 11:01
@codecov-commenter
Copy link

Codecov Report

Merging #295 (418095f) into master (d80ec1f) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #295   +/-   ##
=======================================
  Coverage   44.32%   44.32%           
=======================================
  Files          25       25           
  Lines        1155     1155           
=======================================
  Hits          512      512           
  Misses        616      616           
  Partials       27       27           

@ncaak
Copy link
Contributor Author

ncaak commented Dec 5, 2023

TODO: Add documentation about results

// Benchmark
for i := 0; i < b.N; i++ {
ch := make(chan groupOfObjects, channelBuffer)
go gr.groupAppObjects(context.Background(), namespace, ch)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure how reliable it is to spawn new go routines in a benchmark test.

@tremes
Copy link
Contributor

tremes commented Dec 13, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Dec 13, 2023
@openshift-merge-bot openshift-merge-bot bot merged commit 2ad8724 into app-sre:master Dec 13, 2023
@ncaak ncaak deleted the DVO-176/add-benchmark-groupappobjects-rebased branch February 7, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants