mirror of https://github.com/BOINC/boinc.git
- client: reduce min CPU time for valid benchmark from 3 to 2
svn path=/trunk/boinc/; revision=15292
This commit is contained in:
parent
9056176cfa
commit
a143d50ddf
|
@ -4309,9 +4309,15 @@ David May 23 2008
|
|||
coproc.h
|
||||
|
||||
David May 23 2008
|
||||
- client: test the above; compile fixes for Win
|
||||
- client: test the above; compile fixes for Win
|
||||
|
||||
client/
|
||||
client_types.h
|
||||
cpu_sched.C
|
||||
sim_util.C
|
||||
client/
|
||||
client_types.h
|
||||
cpu_sched.C
|
||||
sim_util.C
|
||||
|
||||
David May 24 2008
|
||||
- client: reduce min CPU time for valid benchmark from 3 to 2
|
||||
|
||||
client/
|
||||
cs_benchmark.C
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
#define INT_END 27
|
||||
#define OVERALL_END 30
|
||||
|
||||
#define MIN_CPU_TIME 3
|
||||
#define MIN_CPU_TIME 2
|
||||
// if the CPU time accumulated during one of the 10-sec segments
|
||||
// is less than this, ignored the benchmark
|
||||
|
||||
|
|
Loading…
Reference in New Issue