haikuwebkit/JSTests/slowMicrobenchmarks
..
README
array-push-3.js
bigswitch-indirect-symbol-or-undefined.js
default-derived-constructor.js
dense-set.js
double-to-int32.js
fake-iterators-that-throw-when-finished.js
ftl-polymorphic-bitand.js
ftl-polymorphic-bitor.js
ftl-polymorphic-bitxor.js
ftl-polymorphic-div.js
ftl-polymorphic-lshift.js
ftl-polymorphic-mul.js
ftl-polymorphic-rshift.js
ftl-polymorphic-sub.js
ftl-polymorphic-urshift.js
function-bind-inlining.js
function-bind-no-inlining.js
function-constructor-with-huge-strings.js
large-map-iteration-with-additions.js
large-map-iteration-with-mutation.js
map-constant-key.js
map-get-get-cse.js
misc-bugs-847389-jpeg2000.js
nested-function-parsing.js
rest-parameter-allocation-elimination.js
spread-large-array.js
spread-small-array.js
string-add-constant-folding.js
to-lower-case.js
undefined-property-access.js
v8-raytrace-with-try-catch-high-frequency-throws.js

README

This directory contains tests that were once found in JSTests/microbenchmarks, but were pulled from there
because they are too slow to run regularly. Now they run only for JSC testing, and only with
defaultQuickRun.

Only move benchmarks back into JSTests/microbenchmarks if you get them to run in under 100ms on a modern
Mac.