сб, 15 мая 2021 г. в 00:20, Tim Düsterhus <t...@bastelstu.be>:

> Ilya,
>
> On 5/14/21 9:02 PM, Илья Шипицин wrote:
> > let us unify VTest installation magic.
>
> I disagree with using 'git clone' here, cloning the repository with full
> history is wasteful. Please use the tarball approach from vtest.yml
>

I think, if we download from github releases, indeed those are
pre-packaged. Master seems to be created on the fly.
I compared several times, git clone is faster

[ilia@localhost temp]$ time git clone https://github.com/VTest/VTest.git
Cloning into 'VTest'...
remote: Enumerating objects: 1072, done.
remote: Counting objects: 100% (320/320), done.
remote: Compressing objects: 100% (171/171), done.
remote: Total 1072 (delta 213), reused 241 (delta 149), pack-reused 752
Receiving objects: 100% (1072/1072), 588.23 KiB | 223.00 KiB/s, done.
Resolving deltas: 100% (740/740), done.

real 0m6.045s
user 0m0.287s
sys 0m0.087s
[ilia@localhost temp]$ time curl -fsSL
https://github.com/vtest/VTest/archive/master.tar.gz -o VTest.tar.gz

real 0m8.185s
user 0m0.071s
sys 0m0.020s
[ilia@localhost temp]$

I can swich to "curl" ifthere's more justification of that



>
> Best regards
> Tim Düsterhus
>

Reply via email to