Bench :fast before :encrypted
This commit is contained in:
parent
42950ec24a
commit
42f45a0a06
1 changed files with 2 additions and 2 deletions
|
|
@ -29,10 +29,10 @@
|
||||||
|
|
||||||
(println {:default (bench1 #(freeze % {})
|
(println {:default (bench1 #(freeze % {})
|
||||||
#(thaw % {}))})
|
#(thaw % {}))})
|
||||||
(println {:encrypted (bench1 #(freeze % {:password [:cached "p"]})
|
|
||||||
#(thaw % {:password [:cached "p"]}))})
|
|
||||||
(println {:fast (bench1 #(freeze % {:compressor nil})
|
(println {:fast (bench1 #(freeze % {:compressor nil})
|
||||||
#(thaw % {:compressor nil}))})
|
#(thaw % {:compressor nil}))})
|
||||||
|
(println {:encrypted (bench1 #(freeze % {:password [:cached "p"]})
|
||||||
|
#(thaw % {:password [:cached "p"]}))})
|
||||||
|
|
||||||
(when lzma2? ; Slow as molasses
|
(when lzma2? ; Slow as molasses
|
||||||
(println {:lzma2 (bench1 #(freeze % {:compressor compression/lzma2-compressor})
|
(println {:lzma2 (bench1 #(freeze % {:compressor compression/lzma2-compressor})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue