Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

[wip] Perf test inmemory plugin - sleeper #362

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

[wip] Perf test inmemory plugin - sleeper #362

wants to merge 1 commit into from

Conversation

kumare3
Copy link
Contributor

@kumare3 kumare3 commented Nov 10, 2021

Signed-off-by: Ketan Umare [email protected]

Read then delete this section

- Make sure to use a concise title for the pull-request.

- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version
will be bumped. More details

TL;DR

Please replace this text with a description of what this PR accomplishes.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue

fixes https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/

@kumare3 kumare3 marked this pull request as draft November 10, 2021 22:33
@@ -0,0 +1,61 @@
package task
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

Suggested change
package task
// +build test_tools
package task

build with the plugin:
go build -tags test_tools

Copy link
Contributor

@EngHabu EngHabu left a comment

Choose a reason for hiding this comment

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

I know it's draft... passerby comments...

"time"
)

type SleeperPlugin struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add one that simulates K8s APIs? I think that might be more useful to start with...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants