We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617da16 commit e098adfCopy full SHA for e098adf
test/e2e/features/performance.feature
@@ -12,6 +12,8 @@ Feature: Bundle server performance
12
Then I compare the clone execution times
13
14
Examples:
15
- | repo |
16
- | https://github.com/git/git.git | # takes ~2 minutes
17
- | https://github.com/torvalds/linux.git | # takes ~30(!) minutes
+ | repo |
+ | https://github.com/git/git.git | # takes ~2 minutes
+ | https://github.com/git-for-windows/git.git | # takes ~2 minutes
18
+ | https://github.com/kubernetes/kubernetes.git | # takes ~3 minutes
19
+ | https://github.com/torvalds/linux.git | # takes ~30(!) minutes
0 commit comments