Skip to content

Commit

Permalink
Updated lib/jquery for benchmarking and offline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jan 18, 2013
1 parent b086e9e commit be13783
Show file tree
Hide file tree
Showing 7 changed files with 2,891 additions and 2,776 deletions.
2 changes: 1 addition & 1 deletion benchmarks/external/backbone.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html>
<head>
<script src="../../lib/jquery-1.7.2.js"></script>
<script src="../../lib/jquery-1.9.0.js"></script>

<style>
p {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html>
<head>
<script src="../lib/jquery-1.7.2.js"></script>
<script src="../lib/jquery-1.9.0.js"></script>
<script src="benchmark.js"></script>
<script src="runner.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function makeiframe(emberPath, suitePath, suiteCode, profile, callback) {
iframe.name = name;

write("<title>" + name + "</title>");
write("<script src='../lib/jquery-1.7.2.js'></script>");
write("<script src='../lib/jquery-1.9.0.js'></script>");
write("<script>ENV = {VIEW_PRESERVES_CONTEXT: true};</script>");
write("<script src='../lib/handlebars-1.0.rc.1.js'></script>");
write("<script src='" + emberPath + "'></script>");
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/setup.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Files:
* `index.html`: bootstrap file for testing
* `../lib/ember.js`: the Ember file that represents the "before" in the test
* `../dist/ember.prod.js`: the Ember file that represents the "after" in the test
* `../lib/jquery-1.7.2.js`: the latest version of jQuery
* `../lib/jquery-1.9.0.js`: the latest version of jQuery
* `benchmark.js`: the benchmark JS runner
* `nano.jar`: the nanosecond timer
* `runner.js`: the bootstrap for the runner
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html>
<head>
<script src="../lib/jquery-1.7.2.js"></script>
<script src="../lib/jquery-1.9.0.js"></script>
<script src="../lib/ember.js"></script>
</head>
<body>
Expand Down
Loading

0 comments on commit be13783

Please sign in to comment.