1
0
Fork 0
easejs/test/perf
Mike Gerwitz 8b83add95f ease.js is now GNU ease.js.
On Sun, Dec 22, 2013 at 03:31:08AM -0500, Richard Stallman wrote:
> I hereby dub ease.js a GNU package, and you its maintainer.
>
> Please don't forget to mention prominently in the README file and
> other suitable documentation places that it is a GNU program.
2013-12-23 00:27:18 -05:00
..
README Began adding performance tests 2011-03-10 22:43:36 -05:00
common.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-methods-keyword-private.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-methods-keyword-protected.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-methods-keyword-public.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-methods.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-named.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-properties-keyword-private.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-properties-keyword-protected.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-properties-keyword-public.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define-properties.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-define.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-get-property.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-inst-anon-empty.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-inst-named-empty.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-invoke-method.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-require.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00
perf-class-set-property.js ease.js is now GNU ease.js. 2013-12-23 00:27:18 -05:00

README

This directory contains the performance tests. These tests contain basic
routines that perform a single action and output the result in seconds, with a
basic description of what has been done. The timing is done via the native Date
object to ensure that it can be run both server and client-side.

It is important that each test performs only a single operation to ensure that
the prior operations have no consequences on the previous, at least when run
server-side by invoking a separate executable for each.