Sha256: 2be8b90a6ae99018ff07a33c23c4cfc2d00237914c3456d0074b226af47b09b1
Contents?: true
Size: 141 Bytes
Versions: 3
Compression:
Stored size: 141 Bytes
Contents
var Const = 1; function run(n) { var i = 0; while (i<n) // while loop 1 { i += 1; j = Const; k = Const; } return i; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubyjs-0.7.0 | test/benchmark/bm_vm1_const.js |
rubyjs-0.7.1 | test/benchmark/bm_vm1_const.js |
rubyjs-0.8.0 | test/benchmark/bm_vm1_const.js |