tests/performance: Use memset() to initialize the buffer
commitf499d8fc24af248ebc4a890ad93610fd1d7b994c
authorAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 10 Apr 2009 13:52:18 +0000 (10 10:52 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 12 Apr 2009 13:51:04 +0000 (12 10:51 -0300)
treebef69809ed9e56b2c100ded8741086ad835b2d69
parent8c3580e1b7c148d382e12c89b516397a78a938c0
tests/performance: Use memset() to initialize the buffer

The content doesn't really matter, but to avoid cluttering up valgrind
reports we use memset() to initialize it.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
tests/performance/performance.c
tests/performance/random.c