summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-12-29 10:33:13 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-29 11:13:40 +0100
commit6fb02b5137b0cea1cf2641fa003dad379c6a446b (patch)
treeacc44aa34bd1f967402cdb12395f1816555da393
parent4600b1ed6e3e78bacbe7e6b53acb00aa6fe4d493 (diff)
Revert "Upgrade soy to 2020-08-24"
This reverts commit bcdbc45e85efe98ea820f5024c5ca566ba0576d5. Han-Wen reported this soy version to show performance issues in Gerrit: "Google is tracking this internally as b/176094888; hopefully we can get it fixed in Soy proper. The problem is that template rendering went from 9ms to 30ms. We render quite a few templates for a single email, so adds ~120ms to each operation that sends out an email. It looks like this caused a significant slowdown on the benchmark under contrib/benchmark-createchange.go (using reftable as refstorage)." Hence reverting this update until it's fixed upstream. See https://gerrit-review.googlesource.com/c/gerrit/+/280196 Change-Id: Id98a5d93e316268e086cf6aa2be514a586dd3eee
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 36dc61b850..ee10303cea 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -752,8 +752,8 @@ maven_jar(
# Keep this version of Soy synchronized with the version used in Gitiles.
maven_jar(
name = "soy",
- artifact = "com.google.template:soy:2020-08-24",
- sha1 = "e774bf5cc95923d2685292883fe219e231346e50",
+ artifact = "com.google.template:soy:2019-10-08",
+ sha1 = "4518bf8bac2dbbed684849bc209c39c4cb546237",
)
maven_jar(