diff --git a/.gitmodules b/.gitmodules index 705f107b4..ddd6fc35d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vendor/underscore"] path = vendor/underscore url = git://github.com/documentcloud/underscore.git +[submodule "vendor/backbone"] + path = vendor/backbone + url = git://github.com/documentcloud/backbone.git diff --git a/test/backbone.html b/test/backbone.html new file mode 100644 index 000000000..225c0a1ec --- /dev/null +++ b/test/backbone.html @@ -0,0 +1,36 @@ + + +
+ +
- A representative sample of the functions are benchmarked here, to provide
- a sense of how fast they might run in different browsers.
- Each iteration runs on an array of 1000 elements.
- For example, the 'intersect' test measures the number of times you can
- find the intersection of two thousand-element arrays in one second.
-