mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: minor test improvements (#794)
This commit is contained in:
committed by
Reed Allman
parent
5551d6318a
commit
95d64f3aa9
@@ -44,7 +44,7 @@ type AppRequest struct {
|
||||
// fill created with with zero bytes of specified size
|
||||
CreateFileSize int `json:"createFileSize,omitempty"`
|
||||
// allocate RAM and hold until next request
|
||||
AllocateMemory int `json:"allocateMemory,om itempty"`
|
||||
AllocateMemory int `json:"allocateMemory,omitempty"`
|
||||
// leak RAM forever
|
||||
LeakMemory int `json:"leakMemory,omitempty"`
|
||||
// respond with partial output
|
||||
|
||||
Reference in New Issue
Block a user