Added truss to validation-benchmark

2016-06-15 Thread Atamert Ölçgen
Hi, Peter Taoussanis was kind enough to contribute truss implementation to validation-benchmark. I have run it (with a few <https://github.com/muhuk/validation-benchmark/commit/7f501a5af769baca4c2fefe5733222a02ff77d7c> upgrades <https://github.com/muhuk/validation-benchma

Re: Validation Benchmark

2016-04-19 Thread Jason Wolfe
), and only parses the schema once. >> (This is what's used by `s/defn`, for example). >> >> Here's a pull request that implements this change: >> >> https://github.com/muhuk/validation-benchmark/pull/6 >> >> I posted the updated results in the PR comments as well, wh

Re: Validation Benchmark

2016-04-19 Thread Atamert Ölçgen
Hi Jason, Thank you for the PR. I've just merged it. For now I have added this to the blog post: Results below and the comments about Schema being slow is no longer true. See this pull request <https://github.com/muhuk/validation-benchmark/pull/6> for the results Jason got with quic

Re: Validation Benchmark

2016-04-18 Thread Jason Wolfe
-- it returns an error or nil for success (no exceptions), and only parses the schema once. (This is what's used by `s/defn`, for example). Here's a pull request that implements this change: https://github.com/muhuk/validation-benchmark/pull/6 I posted the updated results in the PR comments as well

Validation Benchmark

2016-04-18 Thread Atamert Ölçgen
Hi All, I have been working a benchmark for (runtime) validation libraries. I think it is mature enough to share the results with the group. The repo is here: https://github.com/muhuk/validation-benchmark Raw benchmark output as EDN is here: https://gist.github.com/muhuk