From 62758ffb9fcb5d0f72dbf5a3d11ac90f04f49dc8 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 8 Jun 2021 14:28:18 +0000 Subject: [PATCH] Added a comment: slow down is OSX specific --- ...nt_10_37d5186dfa2da31526c4eafbbbfdbc33._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/significant_performance_regression_impacting_datal/comment_10_37d5186dfa2da31526c4eafbbbfdbc33._comment diff --git a/doc/bugs/significant_performance_regression_impacting_datal/comment_10_37d5186dfa2da31526c4eafbbbfdbc33._comment b/doc/bugs/significant_performance_regression_impacting_datal/comment_10_37d5186dfa2da31526c4eafbbbfdbc33._comment new file mode 100644 index 0000000000..dddce7ad18 --- /dev/null +++ b/doc/bugs/significant_performance_regression_impacting_datal/comment_10_37d5186dfa2da31526c4eafbbbfdbc33._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="slow down is OSX specific" + date="2021-06-08T14:28:18Z" + content=""" +Thank you Joey for all the OPTs. +Looking at it again: the significant impact seems to be OSX builds specific: Linux and Windows builds did get just a bit slower (if at all). So may be situation is not that dire ;-) Two possibilities: + +- Even though coincidences like this are unlikely, it is possible that OSX VMs on Github actions got slower? +- may be the RFing is somehow effecting OSX specifically? + +I will try to do some timings locally. Also I should finally get those logs (and built packages) into some more convenient form using [tinuous](https://github.com/con/tinuous/) John has been developing -- would allow for easy greps instead of all these jumping through CIs etc. +"""]]