github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/performance_question.yml (about)

     1  name: Performance question
     2  description: Create a performance problem report to improve MatrixOne
     3  title: "[Performance]: "
     4  # labels: [kind/performance, needs-triage]
     5  labels: [kind/performance]
     6  # assignees:
     7  #   - m-schen
     8  body:
     9    - type: checkboxes
    10      attributes:
    11        label: Is there an existing issue for performance?
    12        description: Please check if an issue already exists for the performance issue you encountered.
    13        options:
    14          - label: I have checked the existing issues.
    15            required: true
    16    - type: textarea
    17      attributes:
    18        label: Environment
    19        description: |
    20          Enter the Environment Details:
    21        value: |
    22          - Version or commit-id (e.g. v0.1.0 or 8b23a93):
    23          - Hardware parameters:
    24          - OS type:
    25          - Others:
    26        render: Markdown
    27      validations:
    28        required: false
    29    - type: textarea
    30      attributes:
    31        label: Details of Performance
    32        description: |
    33          Please describe the details of your desired performance requirements.
    34        value: |
    35          For example:Do you want to improve the response time? 
    36          Or the number of concurrent requests? Or is the throughput?
    37      validations:
    38        required: true
    39    # - type: textarea
    40    #   attributes:
    41    #     label: Actual Behavior
    42    #     description: Describe the performance what you encountered.
    43    #   validations:
    44    #     required: true
    45    # - type: textarea
    46    #   attributes:
    47    #     label: Expected Behavior
    48    #     description: Describe the performance what you expected.
    49    #   validations:
    50    #     required: false
    51    # - type: textarea
    52    #   attributes:
    53    #     label: Steps to Reproduce
    54    #     description: List steps detailedly to reproduce the operations to test performance.
    55    #     render: markdown
    56    #   validations:
    57    #     required: false
    58    - type: textarea
    59      attributes:
    60        label: Additional information
    61        description: |
    62          Add any other context about the problem here.
    63        value: |
    64          For example: Have you compared MatrixOne with other databases? 
    65          If yes, what's their difference?
    66      validations:
    67        required: false