diff --git a/README.md b/README.md index 44ecaa5..f44f779 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each ## Performance -![Comparison chart](https://github.com/ptaoussanis/nippy/raw/master/benchmarks/chart.png) +![Comparison chart](https://github.com/ptaoussanis/nippy/raw/master/benchmarks.png) [Detailed benchmark information](https://docs.google.com/spreadsheet/ccc?key=0AuSXb68FH4uhdE5kTTlocGZKSXppWG9sRzA5Y2pMVkE&pli=1#gid=0) is available on Google Docs. diff --git a/benchmarks/chart.png b/benchmarks.png similarity index 100% rename from benchmarks/chart.png rename to benchmarks.png diff --git a/src/taoensso/nippy/benchmarks.clj b/src/taoensso/nippy/benchmarks.clj index a544c72..23581c1 100644 --- a/src/taoensso/nippy/benchmarks.clj +++ b/src/taoensso/nippy/benchmarks.clj @@ -65,7 +65,7 @@ ;; (bench {:reader? false :laps 1}) ;; (bench {:reader? false :laps 2}) - ;;; 17 June 2013: Clojure 1.5.1, Nippy 2.0.0-alpha6 w/fast io-streams + ;;; 17 June 2013: Clojure 1.5.1, JVM 7 Nippy 2.0.0-alpha6 w/fast io-streams ;; {:reader {:round 49819, :freeze 23601, :thaw 26247, :data-size 22966}} ;; {:defaults {:round 5670, :freeze 3536, :thaw 1919, :data-size 12396}} ;; {:encrypted {:round 9038, :freeze 5111, :thaw 3582, :data-size 12420}}