feat(benchpress): rewritten implementation
Limitations: - cloud reporter is not yet supported any more
This commit is contained in:
@@ -19,6 +19,15 @@ function rttsAssert {
|
||||
npm publish ./
|
||||
}
|
||||
|
||||
# only publish dev version of benchpress
|
||||
# as implementation is not performance sensitive
|
||||
function benchpress {
|
||||
cd $ROOT_DIR/dist/js/dev/es6/benchpress
|
||||
rm -fr test
|
||||
npm publish ./
|
||||
}
|
||||
|
||||
rttsAssert
|
||||
angular dev
|
||||
angular prod
|
||||
benchpress
|
||||
Reference in New Issue
Block a user