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 @@ + + + + + Backbone Test Suite + + + + +
+

Backbone Speed Suite

+
+
+

Test

+
+
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/underscore.html b/test/underscore.html index 24ec487cf..f8535f0e1 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -4,23 +4,19 @@ Underscore Test Suite + -
-

Underscore Test Suite

-

-
-

-
    -
    -

    Underscore Speed Suite

    -

    - 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. -

    +
    +
    +
    +
    +
    +
    @@ -32,7 +28,6 @@ -