*** empty log message ***

svn path=/trunk/boinc/; revision=3680
This commit is contained in:
Rom Walton 2004-06-19 21:18:07 +00:00
parent bdbf807109
commit 3c2d6fb406
2 changed files with 16 additions and 4 deletions

View File

@ -14015,3 +14015,15 @@ David 2004.06.18
Rom June 19 2004
- Tag for 3.17 release, all platforms
boinc_core_release_3_17
Rom June 19 2004
- Lengthen the benchmarks so even on slow machines they won't get stuck in an
endless loop waiting on a file that has already come and gone.
client/
cs_benchmark.C
Rom June 19 2004
- Tag for 3.18 release, all platforms
boinc_core_release_3_18

View File

@ -75,9 +75,9 @@
#define DEFAULT_CACHE 1e6
#define FP_START 2
#define FP_END 6
#define INT_START 8
#define INT_END 12
#define FP_END 22
#define INT_START 37
#define INT_END 57
#define BM_FP_INIT 0
#define BM_FP 1
@ -141,7 +141,7 @@ bool benchmark_time_to_stop(int which) {
}
// benchmark a single CPU
// This takes 10-20 seconds,
// This takes 60-120 seconds,
//
int cpu_benchmarks(BENCHMARK_DESC* bdp) {
HOST_INFO host_info;