Skip to content

Commit

Permalink
more README
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Jun 25, 2012
1 parent b4811be commit 401d347
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -15,6 +15,9 @@ doc
# jeweler generated
pkg


output/**/*

# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
#
# * Create a file at ~/.gitignore
Expand Down
26 changes: 23 additions & 3 deletions README.md
@@ -1,13 +1,33 @@
= vips-benchmarks
# vips-benchmarks

The goal of this repo is to demonstrate performance of libvips library taken in comparison with other image processing systems.

Now the accent on [ruby-vips](https://github.com/jcupitt/ruby-vips), Ruby bindings for libvips library, is made, but later the number of libraries (and platforms, I hope) will grow.

== June 26, 2012 - Status
## June 26, 2012 - Status

The repo is a setup phase. Please do not expect all the code working stable and representative.

== Copyright
## Performance test design

The repo has folders ruby/, cpp/ and others, each having platform
specific scripts using various libraries available for this platform.

Each script is coded to execute the same scenario (see Scenario
section).

Each folder has _runner_ executable script, which runs all the scripts
in its directory, for example _ruby/runner_ runs ruby-vips and
rmagick.rb scripts one by one.

Root folder contains _runner_ script, containing links to all _runner_
scripts available in repo.

## Scenario

Test scenario was taken from [Speed and Memory use](http://www.vips.ecs.soton.ac.uk/index.php?title=Speed_and_Memory_Use) page from libvips [Home page](http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS)

## Copyright

Copyright (c) 2012 stanislaw. See LICENSE.txt for
further details.
Expand Down

0 comments on commit 401d347

Please sign in to comment.