Skip to content

Commit e25d3dd

Browse files
committed
Simplified Sanbdbox -> API handling which increased the performance by 10%-20%
Adjusted test case to working correctly if tested in random orders. Improved the performance for the Sphero API by 10%-20%. ToDo: Need to do the same optimization for the other implementations like EV3, mBot and Sphero v1. Fixed smaller issues which came up by the random test order.
1 parent 749b4df commit e25d3dd

File tree

26 files changed

+9537
-2349
lines changed

26 files changed

+9537
-2349
lines changed

.gjslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
--exclude_directories=reports,node_modules
2+
--exclude_files=Gruntfile.js
3+
--max_line_length=120
4+
--disable=5,240
5+
--custom_jsdoc_tags=namespace,version

0 commit comments

Comments
 (0)