Skip to content

Commit

Permalink
update README for latest versionsof packages
Browse files Browse the repository at this point in the history
and the memuse reductions for the latest libvips
  • Loading branch information
jcupitt committed Sep 14, 2012
1 parent 5d19b81 commit 7674b4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs: specs:
RubyInline (3.11.3) RubyInline (3.11.3)
ZenTest (~> 4.3) ZenTest (~> 4.3)
ZenTest (4.8.1) ZenTest (4.8.2)
git (1.2.5) git (1.2.5)
image_science (1.2.3) image_science (1.2.3)
RubyInline (~> 3.9) RubyInline (~> 3.9)
Expand All @@ -12,12 +12,12 @@ GEM
git (>= 1.2.5) git (>= 1.2.5)
rake rake
rdoc rdoc
json (1.7.3) json (1.7.5)
rake (0.9.2.2) rake (0.9.2.2)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rmagick (2.13.1) rmagick (2.13.1)
ruby-vips (0.2.1) ruby-vips (0.3.4)


PLATFORMS PLATFORMS
ruby ruby
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Please do not expect all the code to working, stable and representative.
## Benchmarks for 2012.07.20 ## Benchmarks for 2012.07.20


```bash ```bash
$ ./runner $ bundle exec ./runner
Linux kiwi 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 Linux kiwi 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64
x86_64 x86_64 GNU/Linux x86_64 x86_64 GNU/Linux
Ruby-vips 0.3.0 built against vips-7.30.0-Fri Jul 20 15:26:33 BST 2012 Ruby-vips 0.3.4 built against vips-7.30.3-Thu Sep 13 16:46:22 BST 2012
Version: ImageMagick 6.6.9-7 2012-04-30 Q16 http://www.imagemagick.org Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP Features: OpenMP


Expand All @@ -43,17 +43,17 @@ measuring memuse for ruby/image_sci.rb ... done


real time in seconds, fastest of three runs real time in seconds, fastest of three runs
benchmark tiff jpeg benchmark tiff jpeg
ruby-vips.rb 0.48 0.53 ruby-vips.rb 0.64 0.68
rmagick.rb 1.72 1.92 rmagick.rb 1.90 2.11
netpbm.sh 1.78 1.67 netpbm.sh 2.07 1.66
image-magick 2.87 2.98 image-magick 2.86 3.00
image_sci.rb 3.20 2.91 image_sci.rb 3.39 3.08


peak memory use in kilobytes peak memory use in kilobytes
benchmark peak RSS benchmark peak RSS
ruby-vips.rb 160704 ruby-vips.rb 134768
image_sci.rb 550464 image_sci.rb 585840
rmagick.rb 1370496 rmagick.rb 1407728
``` ```


## Performance test design ## Performance test design
Expand Down

1 comment on commit 7674b4b

@stanislaw
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks ;)

Please sign in to comment.