diff options
author | Ioannis Christoforidis | 2019-11-27 16:49:05 +0100 |
---|---|---|
committer | Ioannis Christoforidis | 2019-11-27 16:49:05 +0100 |
commit | 374167eb840e147cb40acd7cd823f66fcdf5f3e2 (patch) | |
tree | b0c682dbc367866ccc3bca47aeae138560ca173b /src | |
parent | generate network interfaces; only selecting one which are up and no loopback (diff) | |
download | speedcheck-374167eb840e147cb40acd7cd823f66fcdf5f3e2.tar.gz speedcheck-374167eb840e147cb40acd7cd823f66fcdf5f3e2.tar.xz speedcheck-374167eb840e147cb40acd7cd823f66fcdf5f3e2.zip |
fix wrong comment
Diffstat (limited to 'src')
-rw-r--r-- | src/copythread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copythread.cpp b/src/copythread.cpp index 5b9710b..7ecc2a3 100644 --- a/src/copythread.cpp +++ b/src/copythread.cpp @@ -6,7 +6,7 @@ // 1M read size #define BUFFER_SIZE (1000000) -// 20 seconds for each test +// 60 seconds for each test #define TEST_LENGTH (60000) #define BIGRAND (qint64(qrand()) | (qint64(qrand()) * qint64(RAND_MAX))) |