config_p4_basic.yml #4

  • //
  • guest/
  • robert_cowham/
  • p4benchmark/
  • pb/
  • locust_files/
  • config_p4_basic.yml
  • View
  • Commits
  • Open Download .zip Download (1 KB)
general:
    min_wait: 100
    max_wait: 100
    workspace_root:  /home/p4/ws

# Perforce benchmark testing parameters
# Specify password if required
perforce:
    port:       
    - 10.21.152.35:3666
    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/long_directory_name_1234567890_1234567890_1234567890_1234567890_1234567890_1234567890_1234567890_1234567890_1234567890_1234567890_
    repoSubDir: "*"
    repoSubDirNum: 40
    # How many times to repeat the loop
    repeat: 50
    # 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
#8 25519 Robert Cowham Basically working
#7 25449 Robert Cowham Latest updates.
Record changes
#6 25447 Robert Cowham Remove slower performing edge
#5 25356 Robert Cowham Latest tests
#4 25354 Robert Cowham Working with multiple edges
#3 25352 Robert Cowham WIP for proper handling of parallel syncs
#2 25351 Robert Cowham Working with new structure /home/p4/ws as root and calculating num hosts
#1 25346 Robert Cowham Populate //stream/pure.