hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Benchmarks to measure future improvements #8

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

A benchmark suite would allow us to measure the optimisations that happen hereafter.

hughfdjackson commented 11 years ago

As stated, this ticket doesn't encompass what is really needed.

As a contributer, I want to be able to compare the performance of my changes in a representative test suite vs older version of the library, and against mutable version. As a library user, I want to be able to assess the library's performance via the benchmark; and also see what progress is being made.

Acceptance:

hughfdjackson commented 11 years ago

This requirement will be null and void with the inclusion of immutable-hash-trie.