Travis Grathwell 79a75f5bdb HTMLReporter symbols are inline-block rather than floated
On a very large test suite (8000 specs), a significant amount
of time is spent just drawing the spec dots. Some sort of
worse-than-linear artifact that summons itself only when you
have 8000 floated elements trying to hang out together.

This performance penalty is not seen with inline-block.

In Chrome 29:
  Floated dots: 16.795s
  Inline-block dots: 2.774s

Setting the dots to 'display: none;' takes about the same time
as the inline-block figure, so this is probably a low enough bound
(no need for chunked rendering or who knows what).
2013-09-10 19:46:51 -07:00
2013-09-09 21:41:24 -07:00
2011-05-06 22:40:53 -04:00
2013-07-27 14:41:38 -07:00
2013-09-09 21:41:24 -07:00
2012-12-03 09:38:54 -08:00
2013-07-18 15:30:04 -07:00
2013-08-06 08:04:37 -07:00
2011-03-09 08:16:47 -08:00
2013-07-19 14:29:35 -07:00

Jasmine Build Status

======= A JavaScript Testing Framework

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.

Documentation & guides live here: http://pivotal.github.com/jasmine/

Contributing

Please read the contributors' guide

Support

Maintainers

Copyright (c) 2008-2013 Pivotal Labs. This software is licensed under the MIT License.

Description
No description provided
Readme 68 GiB
Languages
JavaScript 94.8%
TypeScript 2.4%
Vue 1.1%
CSS 0.9%
SCSS 0.5%
Other 0.2%