Fix encode_benchmark

Previously it was optimized to a no-op
This commit is contained in:
Christopher Berner 2019-04-06 11:00:59 -07:00
parent 4268e4b508
commit bb0b21f27d

@ -20,6 +20,10 @@ harness = false
name = "matrix_sparsity"
harness = false
[[bench]]
name = "encode_benchmark"
harness = false
[profile.release]
debug = true