benchmark_config.yaml #1

  • //
  • guest/
  • robert_cowham/
  • p4benchmark/
  • main/
  • locust_files/
  • benchmark_config.yaml
  • View
  • Commits
  • Open Download .zip Download (503 B)
general:
    min_wait: 1000
    max_wait: 10000
    workspace_root:  /mnt/ebc-201/bench_tests

# Perforce benchmark testing parameters
# Specify password if required
perforce:
    port:       fm42perforcecontrol001:1666
    user:       bruno
    charset:
    password:
    # The following should include trailing ...
    repoPath:   //depot/...

p4user:
    min_wait: 1000
    max_wait: 10000
    repoPath:   //depot/...

p4buildfarm:
    min_wait: 1000
    max_wait: 10000
    repoPath:   //depot/...

# Change User Description Committed
#1 24711 Robert Cowham Restructure and tidy up
//guest/robert_cowham/p4benchmark/main/benchmark_config.yaml
#7 24686 Robert Cowham Getting it working - especially with Python3
#6 21767 Robert Cowham add latest stuff with analyse
#5 21717 Robert Cowham Trying nested tasks
#4 21692 Robert Cowham MAke more robust for concurrent usage
#3 20615 Robert Cowham Remove hardcoded path
#2 19779 Robert Cowham Refactor - move test root
#1 19778 Robert Cowham Renamed config file and added svnexe to it
//guest/robert_cowham/p4benchmark/main/benchmark.yaml
#1 19773 Robert Cowham Initial version of benchmark scripts