microsoft / microsoft/HydraLab

Provide a default strategy if users enabled the performance test but no other config changed

Open
#289 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1k
Forks
107
Avg merge
1d 10h
Merged PRs (30d)
2

Description

The factory mode possibly cast light on this. We would provide default implementation and user can provide the name of the strategy and that could help provide prototype for the strategy (hydrate a strategy with a predefined name).
Please refer to the following design patterns:

  • Prototype
  • Abstract factory
  • Flyweight

Originally posted by @hydraxman in https://github.com/microsoft/HydraLab/pull/279#discussion_r1111596813

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or concrete entry points. Start by locating the performance-test configuration and the existing factory mode, then determine how a strategy name is represented. Done means enabling performance testing with no other configuration selects a default strategy, while an explicitly named strategy can still be provided.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
performance, testing-qa
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.