Skip to content

Commit ddc8297

Browse files
Remove totalCost from output example
1 parent 501d83d commit ddc8297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-INPUT-OUTPUT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The state machine will return the following output:
153153
"lambdaCost": 0.0005252,
154154
"visualization": "https://lambda-power-tuning.show/#<encoded_data>"
155155
},
156-
"stats": [{ "averagePrice": 0.0000002083, "averageDuration": 2.9066666666666667, "totalCost": 0.00000207, "value": 128}, ... ]
156+
"stats": [{ "averagePrice": 0.0000002083, "averageDuration": 2.9066666666666667, "value": 128}, ... ]
157157
}
158158
}
159159
```

0 commit comments

Comments
 (0)