Sha256: 26beaa2871cfc1c6855930f78aae5ae23c6b502003781cd8820fa356a3d87f27
Contents?: true
Size: 144 Bytes
Versions: 3
Compression:
Stored size: 144 Bytes
Contents
function called(x) { } function run(n) { var i = 0; while (i<n) // while loop 1 { i += 1; called([1,2,3,4,5]); } return i; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubyjs-0.7.1 | test/benchmark/bm_call_conv2.js |
rubyjs-0.7.0 | test/benchmark/bm_call_conv2.js |
rubyjs-0.8.0 | test/benchmark/bm_call_conv2.js |