Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 91b0ed3e5ffece9979e473cc6c3da3b6fa01d682
      
https://github.com/jenkinsci/jenkins/commit/91b0ed3e5ffece9979e473cc6c3da3b6fa01d682
  Author: Marat Radchenko <ma...@slonopotamus.org>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/jenkins/model/StandardArtifactManager.java

  Log Message:
  -----------
  [JENKINS-26008] Add an option to disable gzip compression for 
StandardArtifactManager

1. There are cases where saving CPU is more important than network bandwidth 
between Jenkins master and slaves
2. According to benchmarks[1], gzip compression is unable to saturate 1Gbps 
network even on high-end desktop CPUs,
so can easily become a bottleneck.

[1]: https://github.com/lz4/lz4#benchmarks


  Commit: d0703e93e3bfc74a901f45979d5ec3ccf0c72d91
      
https://github.com/jenkinsci/jenkins/commit/d0703e93e3bfc74a901f45979d5ec3ccf0c72d91
  Author: Marat Radchenko <ma...@slonopotamus.org>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M core/src/main/java/jenkins/model/StandardArtifactManager.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  -----------
  [JENKINS-26008] Add test for artifact archiving without GZIP compression


  Commit: c1dacc10e257cb46a1346a3d0df5994c0bccb175
      
https://github.com/jenkinsci/jenkins/commit/c1dacc10e257cb46a1346a3d0df5994c0bccb175
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/jenkins/model/StandardArtifactManager.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  -----------
  Merge pull request #4205 from slonopotamus/disable-artifact-manager-gzip

[JENKINS-26008] Add an option to disable gzip compression for 
StandardArtifactManager


Compare: 
https://github.com/jenkinsci/jenkins/compare/d763b4cb1106...c1dacc10e257

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/d763b4-c1dacc%40github.com.

Reply via email to