AdderScript Performance Tests
The following tests will compare AdderScript performance to plain JavaScript execution time. We will evaluate plain JavaScript using eval(), and the corresponding AdderScript code using the interpreter. In every test we'll execute the plain JavaScript and AdderScript codes few thousands times, and then compare the timing.
Few things to note:
Tests result may change from run to run and between browsers. It is recommended to run this test several times and average the results.
AdderScript performance measurement do not include compile and parse time; This happens once beforehand.
Note that AdderScript have some internal caching and optimization mechanisms, which makes it more efficient when executing the same code multiple times. Executing AdderScript once will be less efficient compared to executing same code lots of times.
Please leave the browser in focus while tests are running!
[Yes they are running.. Please stand by..]