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 | |
|---|---|---|---|---|---|
| #7 | 24711 | Robert Cowham | Restructure and tidy up | ||
| #6 | 24687 | Robert Cowham | Got analysis working | ||
| #5 | 24686 | Robert Cowham | Getting it working - especially with Python3 | ||
| #4 | 22003 | Robert Cowham | Latest state - with p4python and no syncing | ||
| #3 | 21885 | Robert Cowham | Add sync_args | ||
| #2 | 21820 | Robert Cowham |
Remove unused code. Make a little more configurable via config file |
||
| #1 | 21769 | Robert Cowham | Allow multiple ports to be specified - for random choice |