зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1096280 part 1 - Move sunspider files in build/pgo/js-input to a new sunspider directory. r=ted
--HG-- rename : build/pgo/js-input/3d-cube.html => build/pgo/js-input/sunspider/3d-cube.html rename : build/pgo/js-input/3d-morph.html => build/pgo/js-input/sunspider/3d-morph.html rename : build/pgo/js-input/3d-raytrace.html => build/pgo/js-input/sunspider/3d-raytrace.html rename : build/pgo/js-input/access-binary-trees.html => build/pgo/js-input/sunspider/access-binary-trees.html rename : build/pgo/js-input/access-fannkuch.html => build/pgo/js-input/sunspider/access-fannkuch.html rename : build/pgo/js-input/access-nbody.html => build/pgo/js-input/sunspider/access-nbody.html rename : build/pgo/js-input/access-nsieve.html => build/pgo/js-input/sunspider/access-nsieve.html rename : build/pgo/js-input/bitops-3bit-bits-in-byte.html => build/pgo/js-input/sunspider/bitops-3bit-bits-in-byte.html rename : build/pgo/js-input/bitops-bits-in-byte.html => build/pgo/js-input/sunspider/bitops-bits-in-byte.html rename : build/pgo/js-input/bitops-bitwise-and.html => build/pgo/js-input/sunspider/bitops-bitwise-and.html rename : build/pgo/js-input/bitops-nsieve-bits.html => build/pgo/js-input/sunspider/bitops-nsieve-bits.html rename : build/pgo/js-input/controlflow-recursive.html => build/pgo/js-input/sunspider/controlflow-recursive.html rename : build/pgo/js-input/crypto-aes.html => build/pgo/js-input/sunspider/crypto-aes.html rename : build/pgo/js-input/crypto-md5.html => build/pgo/js-input/sunspider/crypto-md5.html rename : build/pgo/js-input/crypto-sha1.html => build/pgo/js-input/sunspider/crypto-sha1.html rename : build/pgo/js-input/date-format-tofte.html => build/pgo/js-input/sunspider/date-format-tofte.html rename : build/pgo/js-input/date-format-xparb.html => build/pgo/js-input/sunspider/date-format-xparb.html rename : build/pgo/js-input/math-cordic.html => build/pgo/js-input/sunspider/math-cordic.html rename : build/pgo/js-input/math-partial-sums.html => build/pgo/js-input/sunspider/math-partial-sums.html rename : build/pgo/js-input/math-spectral-norm.html => build/pgo/js-input/sunspider/math-spectral-norm.html rename : build/pgo/js-input/regexp-dna.html => build/pgo/js-input/sunspider/regexp-dna.html rename : build/pgo/js-input/string-base64.html => build/pgo/js-input/sunspider/string-base64.html rename : build/pgo/js-input/string-fasta.html => build/pgo/js-input/sunspider/string-fasta.html rename : build/pgo/js-input/string-tagcloud.html => build/pgo/js-input/sunspider/string-tagcloud.html rename : build/pgo/js-input/string-unpack-code.html => build/pgo/js-input/sunspider/string-unpack-code.html rename : build/pgo/js-input/string-validate-input.html => build/pgo/js-input/sunspider/string-validate-input.html
This commit is contained in:
Родитель
6ac643be3c
Коммит
82a6d16159
|
@ -9,36 +9,36 @@
|
|||
"blueprint/forms.html",
|
||||
"blueprint/grid.html",
|
||||
"blueprint/elements.html",
|
||||
"js-input/3d-cube.html",
|
||||
"js-input/3d-morph.html",
|
||||
"js-input/3d-raytrace.html",
|
||||
"js-input/3d-thingy.html",
|
||||
"js-input/access-binary-trees.html",
|
||||
"js-input/access-fannkuch.html",
|
||||
"js-input/access-nbody.html",
|
||||
"js-input/access-nsieve.html",
|
||||
"js-input/bitops-3bit-bits-in-byte.html",
|
||||
"js-input/bitops-bits-in-byte.html",
|
||||
"js-input/bitops-bitwise-and.html",
|
||||
"js-input/bitops-nsieve-bits.html",
|
||||
"js-input/controlflow-recursive.html",
|
||||
"js-input/crypto-aes.html",
|
||||
"js-input/crypto-md5.html",
|
||||
"js-input/crypto-sha1.html",
|
||||
"js-input/crypto-otp.html",
|
||||
"js-input/date-format-tofte.html",
|
||||
"js-input/date-format-xparb.html",
|
||||
"js-input/math-cordic.html",
|
||||
"js-input/math-partial-sums.html",
|
||||
"js-input/math-spectral-norm.html",
|
||||
"js-input/regexp-dna.html",
|
||||
"js-input/string-base64.html",
|
||||
"js-input/string-fasta.html",
|
||||
"js-input/string-tagcloud.html",
|
||||
"js-input/string-unpack-code.html",
|
||||
"js-input/string-validate-input.html"
|
||||
"js-input/sunspider/3d-cube.html",
|
||||
"js-input/sunspider/3d-morph.html",
|
||||
"js-input/sunspider/3d-raytrace.html",
|
||||
"js-input/sunspider/access-binary-trees.html",
|
||||
"js-input/sunspider/access-fannkuch.html",
|
||||
"js-input/sunspider/access-nbody.html",
|
||||
"js-input/sunspider/access-nsieve.html",
|
||||
"js-input/sunspider/bitops-3bit-bits-in-byte.html",
|
||||
"js-input/sunspider/bitops-bits-in-byte.html",
|
||||
"js-input/sunspider/bitops-bitwise-and.html",
|
||||
"js-input/sunspider/bitops-nsieve-bits.html",
|
||||
"js-input/sunspider/controlflow-recursive.html",
|
||||
"js-input/sunspider/crypto-aes.html",
|
||||
"js-input/sunspider/crypto-md5.html",
|
||||
"js-input/sunspider/crypto-sha1.html",
|
||||
"js-input/sunspider/date-format-tofte.html",
|
||||
"js-input/sunspider/date-format-xparb.html",
|
||||
"js-input/sunspider/math-cordic.html",
|
||||
"js-input/sunspider/math-partial-sums.html",
|
||||
"js-input/sunspider/math-spectral-norm.html",
|
||||
"js-input/sunspider/regexp-dna.html",
|
||||
"js-input/sunspider/string-base64.html",
|
||||
"js-input/sunspider/string-fasta.html",
|
||||
"js-input/sunspider/string-tagcloud.html",
|
||||
"js-input/sunspider/string-unpack-code.html",
|
||||
"js-input/sunspider/string-validate-input.html"
|
||||
];
|
||||
var interval = 3000; // 15000
|
||||
var interval = 1000;
|
||||
var idx = 0;
|
||||
var w;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче