Unverified Commit 8870a4c1 authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Update tester.cpp

parent 46fc6fee
...@@ -20,7 +20,7 @@ int main(int argc, char *argv[]) ...@@ -20,7 +20,7 @@ int main(int argc, char *argv[])
} }
struct timeval start, end; struct timeval start, end;
gettimeofday(&start, NULL); gettimeofday(&start, NULL);
int nThreadNum = 8; int nThreadNum = 4;
Model* mm = create_model(argv[1], nThreadNum); Model* mm = create_model(argv[1], nThreadNum);
if (!mm) if (!mm)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment