diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:17:29 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:17:29 -0400 |
commit | 602920c15db95499f40bd9599b6829e379102808 (patch) | |
tree | ae2d3e1bcd4e9f535546011f1302e12632132bba /jobs | |
parent | a9062a935135ea168b5fa80670ebf5d789705bea (diff) |
providers:checkbox: Added estimated_duration to memory
Estimated durations were calculated on: - Dell Latitude 3440 - 1.6 GHz Core i5 @1.6 GHz - 4 GB RAM - 500GB 5400RPM hard drive - Haswell integrated video and nVidia: GK208M [GeForce GT 740M] (hybrid)
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/memory.txt.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jobs/memory.txt.in b/jobs/memory.txt.in index cacb2a2..136d984 100644 --- a/jobs/memory.txt.in +++ b/jobs/memory.txt.in @@ -1,5 +1,6 @@ plugin: shell id: memory/info +estimated_duration: 5.0 user: root command: memory_compare _description: @@ -8,6 +9,7 @@ _description: plugin: shell id: memory/check +estimated_duration: 1000.0 user: root requires: uname.name == 'Linux' |