removed broken links and updated

This commit is contained in:
Kirk Martinez 2019-03-18 11:53:27 +00:00 committed by GitHub
parent 8c2fff0a44
commit 86cfbc221d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -1,19 +1,18 @@
VIPS SMP benchmark
------------------
This is adapted from the system used to generate images for POD:
http://cima.ng-london.org.uk/~john/POD
This is adapted from the system used to generate images for a Print On Demand project at The National Gallery.
Images from a 10k by 10k studio digital camera are colour processed, resized,
cropped and sharpened.
This thing was originally processing images off a remote server over a 100mbit
This thing was originally processing images off a remote server over a 100Mbit/s
network. No attempt was made to make it quick (there was no point): you
could make it a lot faster very easily.
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!
See
http://www.vips.ecs.soton.ac.uk/index.php?title=Benchmarks
https://github.com/libvips/libvips/wiki/Benchmarks
for results.
for results. Feel free to contribute your own.