perf tests: minor fix in chacha_stream_performance_test

This commit is contained in:
sowle 2020-09-18 02:26:05 +03:00
parent 9babd5a54e
commit f512f948a1
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -178,7 +178,7 @@ bool do_chacha_stream_performance_test()
LOG_PRINT_L0("OK.time: " << non_crypted_version);
return true;
}