Renamed benchmark.txt because all txt files are included into production builds

This commit is contained in:
Alex Zolotarev 2011-05-30 21:04:37 +02:00 committed by Alex Zolotarev
parent c52f0d0219
commit 3087191d84
2 changed files with 1 additions and 1 deletions

View file

@ -486,7 +486,7 @@ void FrameWork<TModel>::AddRedrawCommandSure()
// m2::RectD wr(MercatorBounds::minX, MercatorBounds::minY, MercatorBounds::maxX, MercatorBounds::maxY);
// m2::RectD r(wr.Center().x, wr.Center().y + wr.SizeY() / 8, wr.Center().x + wr.SizeX() / 8, wr.Center().y + wr.SizeY() / 4);
ifstream fin(GetPlatform().WritablePathForFile("benchmark.txt").c_str());
ifstream fin(GetPlatform().WritablePathForFile("benchmark.results").c_str());
while (true)
{
string name;