nanojpeg: timeout reduced, instructions limited (temporarily)
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1815 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -6,8 +6,9 @@
|
||||
#define NANOJPEG_BIN "system.bin"
|
||||
#define NANOJPEG_BIN_OFFSET 0x100000
|
||||
#define NANOJPEG_RESULTS "nanojpeg.csv"
|
||||
#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
|
||||
#define NANOJPEG_TIMEOUT 5000 // 2s
|
||||
//#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
|
||||
#define NANOJPEG_INSTR_LIMIT 1000000
|
||||
#define NANOJPEG_TIMEOUT 1000 // 1s
|
||||
#define NANOJPEG_GOLDEN_PPM "golden.ppm"
|
||||
#define NANOJPEG_STATE "bochs.state"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user