Skip to content

Commit

Permalink
upgraded to bmp 2.0.0 released today
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 31, 2015
1 parent 4c03cf9 commit 8a47c11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Browsertime changelog

version 0.8.21
------------------------
* Upgraded to the new BrowserMobProxy 2.0.0

version 0.8
------------------------
* Ooops, what happend? the new version is written in NodeJS, instead of Java.
Expand All @@ -8,7 +12,7 @@ version 0.8
* Support for getting timings using PhantomJS 2.
* Limit the connection speed.

version 0.7 (NOT RELEASED)
version 0.7
------------------------
* Add support for sending BASIC AUTH credentials, by specifying the --basic-auth option.
* Add support for generating har files, by specifying the --har-file option.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/proxy/mobproxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Proxy.prototype.launchProcess = function(cb) {
this.log.info('Starting proxy on port ' + this.proxyPort +
', will wait at most ' + this.proxySleepBeforeStart + ' ms');

var jarPath = path.join(__dirname, 'bmpwrapper-0.0.1-SNAPSHOT-full.jar');
var jarPath = path.join(__dirname, 'bmpwrapper-2.0.0-full.jar');
this.java = spawn('java', ['-jar', jarPath, '-port', this.proxyPort]);
var java = this.java;

Expand Down

0 comments on commit 8a47c11

Please sign in to comment.