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:
parent
ac901b2a49
commit
160b83330e
@ -14,8 +14,11 @@ sys161:
|
|||||||
monitor:
|
monitor:
|
||||||
progresstimeout: 40.0
|
progresstimeout: 40.0
|
||||||
commandtimeout: 1560.0
|
commandtimeout: 1560.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
khu
|
khu
|
||||||
$ /testbin/bigfork
|
$ /testbin/bigfork
|
||||||
|
@ -14,8 +14,11 @@ sys161:
|
|||||||
monitor:
|
monitor:
|
||||||
progresstimeout: 40.0
|
progresstimeout: 40.0
|
||||||
commandtimeout: 1330.0
|
commandtimeout: 1330.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
khu
|
khu
|
||||||
$ /testbin/bigfork
|
$ /testbin/bigfork
|
||||||
|
@ -11,7 +11,10 @@ sys161:
|
|||||||
enabled: true
|
enabled: true
|
||||||
monitor:
|
monitor:
|
||||||
commandtimeout: 70.0
|
commandtimeout: 70.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
| p /testbin/matmult
|
| p /testbin/matmult
|
||||||
|
@ -13,7 +13,10 @@ sys161:
|
|||||||
monitor:
|
monitor:
|
||||||
progresstimeout: 15.0
|
progresstimeout: 15.0
|
||||||
commandtimeout: 1330.0
|
commandtimeout: 1330.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
$ /testbin/parallelvm -w
|
$ /testbin/parallelvm -w
|
||||||
|
@ -13,7 +13,10 @@ sys161:
|
|||||||
monitor:
|
monitor:
|
||||||
progresstimeout: 15.0
|
progresstimeout: 15.0
|
||||||
commandtimeout: 760.0
|
commandtimeout: 760.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
$ /testbin/parallelvm -w
|
$ /testbin/parallelvm -w
|
||||||
|
@ -12,8 +12,11 @@ sys161:
|
|||||||
monitor:
|
monitor:
|
||||||
progresstimeout: 20.0
|
progresstimeout: 20.0
|
||||||
commandtimeout: 3530.0
|
commandtimeout: 3530.0
|
||||||
|
window: 20
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.2
|
||||||
---
|
---
|
||||||
khu
|
khu
|
||||||
$ /testbin/quinthuge
|
$ /testbin/quinthuge
|
||||||
|
@ -11,8 +11,11 @@ sys161:
|
|||||||
enabled: true
|
enabled: true
|
||||||
monitor:
|
monitor:
|
||||||
commandtimeout: 400.0
|
commandtimeout: 400.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
khu
|
khu
|
||||||
$ /testbin/quintmat
|
$ /testbin/quintmat
|
||||||
|
@ -12,8 +12,11 @@ sys161:
|
|||||||
monitor:
|
monitor:
|
||||||
progresstimeout: 30.0
|
progresstimeout: 30.0
|
||||||
commandtimeout: 1100.0
|
commandtimeout: 1100.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
khu
|
khu
|
||||||
$ /testbin/quintsort
|
$ /testbin/quintsort
|
||||||
|
@ -11,7 +11,10 @@ sys161:
|
|||||||
enabled: true
|
enabled: true
|
||||||
monitor:
|
monitor:
|
||||||
commandtimeout: 130.0
|
commandtimeout: 130.0
|
||||||
|
window: 40
|
||||||
misc:
|
misc:
|
||||||
prompttimeout: 3600.0
|
prompttimeout: 3600.0
|
||||||
|
stat:
|
||||||
|
resolution: 0.1
|
||||||
---
|
---
|
||||||
| p /testbin/sort
|
| p /testbin/sort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user