oracle-samples/clara-rules

Setup performance cljs build

Opened this issue · 0 comments

As part of #404, I introduced performance testing to cljs. A side effect of this was that the tests were running as part of the main build, and this is seen as less than ideal. To separate concerns, the performance test should run as part of a new build. This issue will be to setup an new build and move the performance tests to this new build.