config_p4_bench1.yml #1

  • //
  • guest/
  • robert_cowham/
  • p4benchmark/
  • main/
  • config_p4_bench1.yml
  • View
  • Commits
  • Open Download .zip Download (997 B)
general:
    min_wait: 1000
    max_wait: 1000
    workspace_root:  /tmp/work

# Perforce benchmark testing parameters
# Specify password if required
# port is an array to allow for multiple possible servers to be specified if required
perforce:
    port:       
    - fm42perforcecontrol001:1666
    user:       bruno
    charset:
    password:
    options:  noallwrite noclobber nocompress unlocked nomodtime rmdir
    sync_progress_size_interval: 100 * 1000 * 1000
    # The following should not include trailing /...
    # Will be used as base for selection after running "p4 dirs %s/*"
    repoPath:   //depot
    repoSubDir: "*"
    repoSubDirNum: 5
    # sync_args: any extra sync arguments. This will result in the spawning of a "p4" command
    # Example to avoid actually writing files to filesystem on client side:
    #sync_args: -vfilesys.client.nullsync=1
    # Any other -v or similar options possible.
    # Note that the following commands will be passed automatically: -p/-u/-c

# Change User Description Committed
#2 24711 Robert Cowham Restructure and tidy up
#1 24687 Robert Cowham Got analysis working