X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=benchmarks%2Ftimebench2ap.cc;h=679a5f4cb2b1699e55823cd497ad4b23b70eab61;hb=ab4802fe7b055f0e1f22b918c0999472e2d284b3;hp=401e9292a8eaf4e8c295575908a54b910b691cc7;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/benchmarks/timebench2ap.cc b/benchmarks/timebench2ap.cc index 401e929..679a5f4 100644 --- a/benchmarks/timebench2ap.cc +++ b/benchmarks/timebench2ap.cc @@ -1,8 +1,8 @@ #include #include #include -#include -#include +#include +#include #include using namespace std; @@ -28,8 +28,8 @@ int main (int argc, char * argv[]) if (argc < 1) exit(1); - stderr << "Limit: " << limit << endl; - stderr << "Number of repetitions: " << repetitions << endl; + cerr << "Limit: " << limit << endl; + cerr << "Number of repetitions: " << repetitions << endl; { CL_TIMING; for (int rep = repetitions; rep > 0; rep--)