-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance on i5 better then on latest i9 #1457
Comments
Both running Node v10.13 |
test/bench/parallel.js results Macbook:
Ubuntu
|
Hello, is this using the latest sharp? Are the prebuilt libvips binaries being used or could vips have been compiled/installed globally? If globally, were the same compiler flags used? Are you able to run the full set of benchmark tests on each? http://sharp.pixelplumbing.com/en/stable/performance/#running-the-benchmark-test The newer CPU has a higher clock speed, more cores and a larger CPU cache so I'd expect it to be a bit faster, although you may be approaching the I/O limits of libjpeg. |
No it is failing on both machines here -> "cd test/bench > npm install" with
test/bench/parallel.js is the only test I can run
I'm using this SSD -> Samsung 970 Pro SSD review: The fastest M.2 NVMe drive yet |
There are a few prerequisites that need to be installed for the benchmark test dependencies to compile correctly. http://sharp.pixelplumbing.com/en/stable/performance/#benchmark-test-prerequisites I should probably create a Docker image to make these easier to run. |
False alarm. One file processing make no sense. More than happy. Thank you for assistance and the package itself. |
Glad you worked it out. If you'd like to donate something, please do so to a homelessness charity local to you. |
I have very basic test and very strange results.
On Macbook Pro Mojave ( Core i5-7267U, 8RAM, Iris VGA) execution time is ~93ms
While on Desktop Ubuntu 18.4 (Core i9-7944X, 16Ram , M2 SSD, Geforce 1050) execution time is ~121ms
I bought this monster PC to speed up resizing, but in reality I got 20% performance decrease.
Do you have any explanation ?
Thank you.
The text was updated successfully, but these errors were encountered: