Open ezrizhu opened 5 months ago
Interesting! Is there a way for you to automate this process and check the overheads on a few different machines?
Can you count the overhead of the two calls to date
, too? (You can do this by just running it with an empty block.)
sure, i'll do them on our CI machine under different distros and also some of my other machines
Can you count the overhead of the two calls to date, too? (You can do this by just running it with an empty block.) updated, see
date test 1
Dev VM: https://bns.sh/i3.txt Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (40): http://bns.sh/iC.txt Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz (8): http://bns.sh/iY.txt AMD Ryzen 7 3700X 8-Core Processor (16): https://bns.sh/iR.txt
I'll work with @gliargovas to get them ran on the pi cluster at brown aswell, then setting up some CI jobs to automatically run them after we determine the machine set that we're using.
Below loop takes 0.086338005s https://github.com/binpash/try/blob/55a76199cbe5d564430f246f72100f22124161db/try#L109-L117
each unionhelper mount takes around 0.011723267s each normal overlay mount takes around 0.005518701s