2007-08-29 18:23:50 +02:00
|
|
|
VIPS SMP benchmark
|
|
|
|
------------------
|
|
|
|
|
2019-03-18 12:53:27 +01:00
|
|
|
This is adapted from the system used to generate images for a Print On Demand project at The National Gallery.
|
2007-08-29 18:23:50 +02:00
|
|
|
|
|
|
|
Images from a 10k by 10k studio digital camera are colour processed, resized,
|
|
|
|
cropped and sharpened.
|
|
|
|
|
2019-03-18 12:53:27 +01:00
|
|
|
This thing was originally processing images off a remote server over a 100Mbit/s
|
2007-08-29 18:23:50 +02:00
|
|
|
network. No attempt was made to make it quick (there was no point): you
|
2019-03-18 12:53:27 +01:00
|
|
|
could make it a lot faster very easily. But it still serves as a benchmark which
|
|
|
|
has been tested over many years. It is getting to < 1s per run now though!
|
2007-08-29 18:23:50 +02:00
|
|
|
|
|
|
|
See
|
|
|
|
|
2019-03-18 12:53:27 +01:00
|
|
|
https://github.com/libvips/libvips/wiki/Benchmarks
|
2007-08-29 18:23:50 +02:00
|
|
|
|
2019-03-18 12:53:27 +01:00
|
|
|
for results. Feel free to contribute your own.
|