Skip to content

Commit

Permalink
YAML fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Cvetković <[email protected]>
  • Loading branch information
cvetkovic committed Nov 15, 2024
1 parent 78f02ab commit 894ae60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workloads/container/trace_func_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
value: "102"
- name: ENABLE_TRACING
value: "false"
- name: COLD_START_BUSY_LOOP_MS
value: $COLD_START_BUSY_LOOP_MS
- name: IO_PERCENTAGE
value: "0"
resources:
limits:
cpu: $CPU_LIMITS
Expand Down
4 changes: 4 additions & 0 deletions workloads/firecracker/trace_func_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
value: "ghcr.io/vhive-serverless/invitro_trace_function_firecracker:latest"
- name: ITERATIONS_MULTIPLIER
value: "102"
- name: COLD_START_BUSY_LOOP_MS
value: $COLD_START_BUSY_LOOP_MS
- name: IO_PERCENTAGE
value: "0"
resources:
limits:
cpu: $CPU_LIMITS
Expand Down

0 comments on commit 894ae60

Please sign in to comment.