run_p4bench #2

  • //
  • guest/
  • richard_geiger/
  • p4bench/
  • run_p4bench
  • View
  • Commits
  • Open Download .zip Download (263 B)
#!/bin/sh

P4D=/usr/local/bin/p4d
P4=/usr/local/bin/p4

p4bench \
  srv_host=localhost \
  cli_host=localhost \
  cli_1_tar=/home/rmg/tmp/p4bench.tar \
  p4bench_root="/home/rmg/p4bench_root" \
  p4bench_cli="/home/rmg/p4bench_cli" \
  p4d="$P4D" \
  p4="$P4" \

# Change User Description Committed
#2 830 Richard Geiger These changes allow it to work locally, and general more portable
#1 799 Richard Geiger The first version of "p4bench", scripts used to implement a crude
Perforce benchmarking system, as mentioned in

  http://maillist.perforce.com/pipermail/perforce-user/2001-February/005288.html

Beware, it's not pretty and there's no documentation, but it's a starting
point for bigger and better things.