"</ul>",
"<h3>Open source benchmarks</h3>",
"<ul>",
- "<li>AIM Multiuser Benchmark: composed of a list of tests that could be mixed to create a ‘load mix’ that would simulate a specific computer function on any UNIX-type OS.</li>",
+ "<li>AIM Multiuser Benchmark: composed of a list of tests that could be mixed to create a 'load mix' that would simulate a specific computer function on any UNIX-type OS.</li>",
"<li>Bonnie++: filesystem and hard drive benchmark</li>",
"<li>BRL-CAD: cross-platform architecture-agnostic benchmark suite based on multithreaded ray tracing performance; baselined against a VAX-11/780; and used since 1984 for evaluating relative CPU performance, compiler differences, optimization levels, coherency, architecture differences, and operating system differences.</li>",
"</ul>",
LayeringTextStage.prototype.tune = function(count)
{
- count = count > 0 ? Math.floor(count) : Math.ceil(count);
-
if (count == 0)
return this._textElements.length;