Skip to content

Commit

Permalink
Update benchmarkjs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlyoff committed Feb 16, 2015
1 parent 6f83a5e commit 1dcf414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/benchmarkjs
Submodule benchmarkjs updated 48 files
+3 −2 .gitignore
+0 −7 .npmignore
+29 −25 .travis.yml
+27 −0 CONTRIBUTING.md
+2 −2 LICENSE.txt
+36 −60 README.md
+415 −400 benchmark.js
+12 −2 bower.json
+14 −0 component.json
+216 −208 doc/README.md
+14 −11 doc/parse.php
+2 −2 example/jsperf/index.html
+1 −1 example/jsperf/main.css
+32 −29 example/jsperf/ui.js
+14 −14 package.json
+33 −33 plugin/ui.browserscope.js
+0 −24 test/benchmark.air/.actionScriptProperties
+0 −2 test/benchmark.air/.flexProperties
+0 −24 test/benchmark.air/.project
+0 −6 test/benchmark.air/README.md
+ test/benchmark.air/bin-debug/air.swf
+0 −16 test/benchmark.air/src/air-app.xml
+0 −7 test/benchmark.air/src/air.mxml
+0 −38 test/benchmark.air/src/index.html
+51 −28 test/index.html
+6 −5 test/run-test.sh
+94 −97 test/test.js
+1 −1 vendor/docdown/LICENSE.txt
+0 −35 vendor/docdown/README.md
+1 −1 vendor/docdown/docdown.php
+7 −2 vendor/docdown/src/DocDown/Entry.php
+92 −11 vendor/docdown/src/DocDown/MarkdownGenerator.php
+0 −22 vendor/lodash/LICENSE.txt
+0 −309 vendor/lodash/README.md
+0 −6,726 vendor/lodash/lodash.js
+0 −20 vendor/platform.js/LICENSE.txt
+0 −100 vendor/platform.js/README.md
+0 −1,007 vendor/platform.js/platform.js
+0 −20 vendor/qunit-clib/LICENSE.txt
+0 −60 vendor/qunit-clib/README.md
+0 −343 vendor/qunit-clib/qunit-clib.js
+0 −21 vendor/qunit/MIT-LICENSE.txt
+0 −62 vendor/qunit/README.md
+0 −244 vendor/qunit/qunit/qunit.css
+0 −2,152 vendor/qunit/qunit/qunit.js
+0 −58 vendor/requirejs/LICENSE
+0 −51 vendor/requirejs/README.md
+0 −2,054 vendor/requirejs/require.js

0 comments on commit 1dcf414

Please sign in to comment.