fn: minor test improvements (#794)

This commit is contained in:
Tolga Ceylan
2018-02-26 15:10:40 -08:00
committed by Reed Allman
parent 5551d6318a
commit 95d64f3aa9
3 changed files with 19 additions and 6 deletions

View File

@@ -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