Skip to content

Commit

Permalink
better representation
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Mar 29, 2024
1 parent 9798e36 commit 6bc0ef6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
image:
repository: registry.uffizzi.com/${{ env.UUID_OPERATOR }}
tag: 48h
concurrent: 20
concurrent: 5
EOF
cat helm-values.yaml # For debugging, to check the contents of the file.
- name: Upload Helm Values as Artifact
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,8 @@ jobs:
### n(=${{ env.N_SIMUL_CLUSTERS }}) simultaneous cluster creation
Creating simultaneously to check if operator is able to manage the load of creating multiple clusters
at once. Creating multiple clusters simultaneously, in operator deployments; of varying number of concurrent
workers help us understand how the operator manages high load in restricted environments as well.
This test is creating multiple clusters simultaneously in operator deployments of varying number of concurrent
workers to help us understand how the operator manages high load in restricted environments.
![n simultaneous cluster creation](${{ fromJSON(steps.upload_simul_image.outputs.imgur_urls)[0] }})
edit-mode: replace
6 changes: 3 additions & 3 deletions hack/e2e/perf/viz/generate_cold_start_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
plt.yticks(range(0, max(performance_times) + 10, 5))

# Add title and labels
plt.title('Cold Start Performance Comparison : PR vs Main Branch')
plt.xlabel('Branch')
plt.ylabel('Time Taken (seconds)')
plt.title('cold start readiness comparison : PR vs Main Branch')
plt.xlabel('branch')
plt.ylabel('time taken for readiness (seconds)')
plt.grid(True)
plt.legend()

Expand Down

0 comments on commit 6bc0ef6

Please sign in to comment.