hosts #14

  • //
  • guest/
  • robert_cowham/
  • p4benchmark/
  • main/
  • hosts
  • View
  • Commits
  • Open Download .zip Download (315 B)
# Ansible hosts file in YAML format
#
# # localhost ansible_connection=local
#
all:
  vars:
    remote_user: perforce
    bench_dir: /p4/benchmark
    # Number of slaves per bench_client
    num_slaves: 12

  children:
    # replicas:
    #  hosts:
    bench_clients:
      hosts:
        client1:
        client2:
# Change User Description Committed
#14 25529 Robert Cowham Latest copy of files including docker compose setup.
Merging
//guest/robert_cowham/p4benchmark/pb/...
to //guest/robert_cowham/p4benchmark/main/...
#13 24848 Robert Cowham Drop caches per run.
Increase num slaves to 70
#12 24847 Robert Cowham Add submit rate to results
#11 24763 Robert Cowham Increase timings
#10 24758 Robert Cowham Tweak repeat count
#9 24745 Robert Cowham Use global vars in hosts file
#8 24744 Robert Cowham Use yaml hosts file and share vars
#7 24687 Robert Cowham Got analysis working
#6 24686 Robert Cowham Getting it working - especially with Python3
#5 22003 Robert Cowham Latest state - with p4python and no syncing
#4 21900 Robert Cowham New hosts
#3 21789 Robert Cowham Remove h02 as used for replica
#2 21767 Robert Cowham add latest stuff with analyse
#1 21691 Robert Cowham Add Yaml files for ansible