Fixed desinformation [#METR-23305].

This commit is contained in:
Alexey Milovidov 2016-12-22 04:37:05 +03:00
parent 7ebbf72ca6
commit e5440d0f67

View File

@ -137,7 +137,7 @@ void ColumnGathererStream::readSuffixImpl()
<< " (" << static_cast<double>(profile_info.bytes) / profile_info.rows << " bytes/elem.)"
<< " in " << seconds << " sec., "
<< profile_info.rows / seconds << " rows/sec., "
<< profile_info.bytes / 1000000.0 / seconds << " MiB/sec.");
<< profile_info.bytes / 1048576.0 / seconds << " MiB/sec.");
}
}