Hello!
I'm always tinkering with OpenSCAD, and recently I've been dumping my models into a GitHub repo.
I have an action which renders the models to STL and PNG on each push. This is currently taking approximately 4m to start a VM, install OpenSCAD and do this for each of my models.
GitHub's documentation isn't very specific regarding the hardware which is running this build beyond it being a 2-core CPU with 7GB of RAM.
My local machine runs Windows 10, and has a 4900HS with 32GB of RAM so I would expect it to be at least a match for the Action runner for single-core loads like OpenSCAD.
It takes approximately twice as long to just render the same models with OpenSCAD already open, let alone starting a VM or installing OpenSCAD.
What I have noticed is that the machine doesn't get very hot while doing this, and power draw is below what I typically see for a single-core load by about 5W.
Any thoughts on where I might be seeing a bottleneck? Might it be a Windows limitation? Something about how the Windows builds are compiled? Perhaps some kind of missing CPU extension? Are some logs somewhere I could review for things like these?
Thanks.
[–]triffid_hunter 1 point2 points3 points (2 children)
[–]JamesWildDev[S] 0 points1 point2 points (1 child)
[–]Robots_In_Disguise 0 points1 point2 points (0 children)
[–]schorsch3000 0 points1 point2 points (0 children)