Changed the stats resolution and monitor windows for the swapping tests. The size of the

stats slice (test161) that was being persisted in mongo was > the 16M mongo document limit.
This commit is contained in:
Scott Haseley 2016-05-02 15:23:53 -04:00
parent ac901b2a49
commit 160b83330e
9 changed files with 27 additions and 0 deletions

View File

@ -14,8 +14,11 @@ sys161:
monitor:
progresstimeout: 40.0
commandtimeout: 1560.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
khu
$ /testbin/bigfork

View File

@ -14,8 +14,11 @@ sys161:
monitor:
progresstimeout: 40.0
commandtimeout: 1330.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
khu
$ /testbin/bigfork

View File

@ -11,7 +11,10 @@ sys161:
enabled: true
monitor:
commandtimeout: 70.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
| p /testbin/matmult

View File

@ -13,7 +13,10 @@ sys161:
monitor:
progresstimeout: 15.0
commandtimeout: 1330.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
$ /testbin/parallelvm -w

View File

@ -13,7 +13,10 @@ sys161:
monitor:
progresstimeout: 15.0
commandtimeout: 760.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
$ /testbin/parallelvm -w

View File

@ -12,8 +12,11 @@ sys161:
monitor:
progresstimeout: 20.0
commandtimeout: 3530.0
window: 20
misc:
prompttimeout: 3600.0
stat:
resolution: 0.2
---
khu
$ /testbin/quinthuge

View File

@ -11,8 +11,11 @@ sys161:
enabled: true
monitor:
commandtimeout: 400.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
khu
$ /testbin/quintmat

View File

@ -12,8 +12,11 @@ sys161:
monitor:
progresstimeout: 30.0
commandtimeout: 1100.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
khu
$ /testbin/quintsort

View File

@ -11,7 +11,10 @@ sys161:
enabled: true
monitor:
commandtimeout: 130.0
window: 40
misc:
prompttimeout: 3600.0
stat:
resolution: 0.1
---
| p /testbin/sort