Unit Tests - t.benchmark.t

- Added benchmark to measure time taken to parse 1,000,000 T records.
This commit is contained in:
Paul Beckingham
2009-03-08 17:59:27 -04:00
parent 3088e1ebe1
commit 4fa4c5f532
5 changed files with 80 additions and 11 deletions

View File

@@ -468,7 +468,7 @@ void T::parse (const std::string& line)
break;
default:
throw std::string ();
throw std::string ("Unrecognized task file format.");
break;
}
}