Fixed wrong bounding/rounding

This commit is contained in:
2024-10-25 16:12:02 +02:00
parent f9123412e5
commit f4577bcddd
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -131,5 +131,5 @@ int main() {
auto duration = std::chrono::duration_cast<std::chrono::nanoseconds>(stop - start);
std::cout << "Mach for CI " << ci << ": " << aioMach << std::endl << std::endl;
std::cout << "END All-In-One, " << duration.count() << std::endl ;
std::cout << "END All-In-One, " << duration.count() << "ns" << std::endl ;
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.