summaryrefslogtreecommitdiffstats
path: root/programs/bench.c
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2017-02-15 16:16:15 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2017-02-15 16:16:15 (GMT)
commit40ad1e85d49bd067a0b06b0e923ec47cc9930173 (patch)
tree65859b53cce120483f80847352a8460ead61f3fa /programs/bench.c
parentc139eb40b0d78db390bdc37188eb696d9272f9c4 (diff)
downloadlz4-40ad1e85d49bd067a0b06b0e923ec47cc9930173.zip
lz4-40ad1e85d49bd067a0b06b0e923ec47cc9930173.tar.gz
lz4-40ad1e85d49bd067a0b06b0e923ec47cc9930173.tar.bz2
upgraded util.h
Diffstat (limited to 'programs/bench.c')
-rw-r--r--programs/bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/bench.c b/programs/bench.c
index 8625802..71d3896 100644
--- a/programs/bench.c
+++ b/programs/bench.c
@@ -393,7 +393,7 @@ static void BMK_benchCLevel(void* srcBuffer, size_t benchedSize,
if (!pch) pch = strrchr(displayName, '/'); /* Linux */
if (pch) displayName = pch+1;
- SET_HIGH_PRIORITY;
+ SET_REALTIME_PRIORITY;
if (g_displayLevel == 1 && !g_additionalParam)
DISPLAY("bench %s %s: input %u bytes, %u seconds, %u KB blocks\n", LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_blockSize>>10));