Updated Tests

This commit is contained in:
OusmBlueNinja 2025-04-16 22:25:16 -05:00
parent 3c405aad55
commit cfceb5b62e

View File

@ -40,7 +40,7 @@ void print_test(const std::string& name, double std_t, double fast_t) {
const char* status_str = passed ? "[PASS]" : "[FAIL]"; const char* status_str = passed ? "[PASS]" : "[FAIL]";
cout << status_col << status_str << COLOR_RESET cout << status_col << status_str << COLOR_RESET
<< ' ' << std::left << std::setw(25) << name << ' ' << std::left << std::setw(27) << name
<< " | std: " << std::right << std::setw(7) << fixed << setprecision(2) << std_t << "ms" << " | std: " << std::right << std::setw(7) << fixed << setprecision(2) << std_t << "ms"
<< " | fast: " << setw(7) << fast_t << "ms" << " | fast: " << setw(7) << fast_t << "ms"
<< " | x" << status_col << setw(5) << fixed << setprecision(2) << speedup << COLOR_RESET << " | x" << status_col << setw(5) << fixed << setprecision(2) << speedup << COLOR_RESET