Comment 10 for bug 1871138

Revision history for this message
Akihiro Motoki (amotoki) wrote :

I tried python 2.7 version in the same environment as for comment #7.
I used stable/stein for reference.

pyScss 1.3.7 with python 2.7

(py27) user@node4:~/src/opendev.org/openstack/horizon (stable/train)[20:47:01]$ time python manage.py compress
Compressing... done
Compressed 7 block(s) from 12 template(s) for 0 context(s).

real 0m32.828s
user 0m29.356s
sys 0m3.422s

pyScss 1.3.4 with python 2.7

(py27) user@node4:~/src/opendev.org/openstack/horizon (stable/train)[20:49:12]$ time python manage.py compress
Compressing... done
Compressed 7 block(s) from 12 template(s) for 0 context(s).

real 0m29.959s
user 0m26.658s
sys 0m3.245s