it comes with postgresql (at least the source tarball has it, not sure about rpm installs)
All you have to do is go into the /path/to/postgresqlsrc/contrib/pgbench
and type make (assuming a compiler is installed on your machine) and then copy pgbench to /usr/local/bin or somewhere else in your user path, and it should work.