tweaked to have better MEASURE_ONLY

This commit is contained in:
Richard Thier 2022-08-31 12:56:51 +02:00
parent dac044fe91
commit c02aa49f73

View File

@ -153,8 +153,8 @@ int main() {
/* Check against std - the real test */
bool good = true;
#ifndef MEASURE_ONLY
bool good = true;
for(size_t i = 0; good && (i < in1.size()); ++i) {
good &= (in1[i] == in2[i]);
}