Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/benchmarking/group_vars/all.yml')
-rw-r--r--_support/benchmarking/group_vars/all.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/_support/benchmarking/group_vars/all.yml b/_support/benchmarking/group_vars/all.yml
new file mode 100644
index 000000000..802b9909b
--- /dev/null
+++ b/_support/benchmarking/group_vars/all.yml
@@ -0,0 +1,21 @@
+---
+gitaly_revision: HEAD
+repos:
+ - git.git
+ - linux.git
+ - gitlab.git
+ - homebrew-core.git
+ - chromium.git
+rpcs:
+ - find_commit:
+ rpc: FindCommit
+ service: gitaly.CommitService
+ proto: commit.proto
+ - get_blobs:
+ rpc: GetBlobs
+ service: gitaly.BlobService
+ proto: blob.proto
+ - list_commits_by_oid:
+ rpc: ListCommitsByOid
+ service: gitaly.CommitService
+ proto: commit.proto