cloud-bulldozer / benchmark-operator

The Chuck Norris of cloud benchmarks
Apache License 2.0
282 stars 127 forks source link

Option to specify resources for sysbench workload #818

Closed chinthagovardhan closed 11 months ago

chinthagovardhan commented 1 year ago

Type of change

Description

Related Tickets & Documents

Checklist before requesting a review

Testing

The resources can be specified for the sysbench workload benchmark

spec:
  workload:
    name: sysbench
    args:
      resources:
        limits:
          memory: "10Gi"
          cpu: "10"
        requests:
          memory: "10Gi"
          cpu: "10"
stale[bot] commented 1 year ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.