Skip to content

Commit

Permalink
Merge branch 'novemberde-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jan 29, 2021
2 parents a71b6d7 + 7e0578c commit f6b4765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provided/run/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ func (mc *mockLambdaContext) LogEndRequest() {
"Billed Duration: %.f ms\t"+
"Memory Size: %s MB\t"+
"Max Memory Used: %d MB\t",
mc.RequestID, diffMs, math.Ceil(diffMs/100)*100, mc.MemSize, mc.MaxMem))
mc.RequestID, diffMs, math.Ceil(diffMs), mc.MemSize, mc.MaxMem))
}

type invokeResponse struct {
Expand Down

0 comments on commit f6b4765

Please sign in to comment.