[Pkg-javascript-commits] [ltx] 235/469: rename browser_benchmark to benchmark
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 129fdeb61b775d98ddc7d5700012842f6a298da2
Author: Astro <astro at spaceboyz.net>
Date: Tue Mar 20 23:30:28 2012 +0100
rename browser_benchmark to benchmark
---
benchmark/{browser_benchmark.js => benchmark.js} | 0
benchmark/build.js | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmark/browser_benchmark.js b/benchmark/benchmark.js
similarity index 100%
rename from benchmark/browser_benchmark.js
rename to benchmark/benchmark.js
diff --git a/benchmark/build.js b/benchmark/build.js
index 8fbd54b..8fd00cd 100644
--- a/benchmark/build.js
+++ b/benchmark/build.js
@@ -7,7 +7,7 @@ var root = path.join(__dirname, "..");
b.require("./lib/index-browserify.js",
{ root: root, basedir: root });
b.alias("ltx", "./lib/index-browserify.js");
-b.addEntry('browser_benchmark.js');
+b.addEntry('benchmark.js');
var fs = require('fs');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list