Skip to content
Permalink
Browse files
Removing the old speed perf directory (the current one is in the main…
… 'speed' directory).
  • Loading branch information
jeresig committed Oct 23, 2009
1 parent 04ab794 commit c7006d2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3,892 deletions.
@@ -4,7 +4,6 @@ BUILD_DIR = build
PREFIX = .
TEST_DIR = ${PREFIX}/test
DIST_DIR = ${PREFIX}/dist
SPEED_DIR = ${PREFIX}/speed

BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/data.js\
@@ -35,7 +34,7 @@ MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
DATE=`svn info . | grep Date: | sed 's/.*: //g'`
REV=`svn info . | grep Rev: | sed 's/.*: //g'`

all: jquery test min speed
all: jquery test min
@@echo "jQuery build complete."

${DIST_DIR}:
@@ -73,24 +72,6 @@ test: ${JQ}
git submodule init
git submodule update

speed: ${JQ}
@@echo "Building Speed Test Suite"

@@echo " - Making Speed Test Suite Directory:" ${SPEED_DIR}
@@mkdir -p ${SPEED_DIR}

@@echo " - Copying over script files."
@@cp -f ${BUILD_DIR}/speed/index.html ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/benchmarker.css ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/benchmarker.js ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/jquery-basis.js ${SPEED_DIR}

@@echo "Speed Test Suite Built"
@@echo

clean:
@@echo "Removing Distribution directory:" ${DIST_DIR}
@@rm -rf ${DIST_DIR}

@@echo "Removing Speed Test Suite directory:" ${SPEED_DIR}
@@rm -rf ${SPEED_DIR}
5 README
@@ -42,11 +42,6 @@ make test
Open this file in your browser:
./test/index.html

make speed
Makes a performance analysis test suite.
Open this file in your browser:
./speed/index.html

Finally, you can remove all the built files using the command:
make clean

This file was deleted.

This file was deleted.

0 comments on commit c7006d2

Please sign in to comment.