Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
branch=$1
into=$2
[ $# -lt 1 ] && branch=$(git currentbranch)
[ $# -lt 2 ] && into='master'
[ "$branch" = "$into" ] && echo "Branch to merge and destination branch must be different: $branch" && exit 1
** [out :: cache01-devfe.fstrz.net] [2014-01-31T13:06:28+00:00] INFO: Overriding duplicate definition apache2_enable_module, new definition found in /var/chef/cache/git_repos/master-chef_links/cookbooks/apache2/definitions/apache2_enable_module.rb
** [out :: cache01-devfe.fstrz.net] [2014-01-31T13:06:28+00:00] INFO: Overriding duplicate definition apache2_vhost, new definition found in /var/chef/cache/git_repos/master-chef_links/cookbooks/apache2/definitions/apache2_vhost.rb
** [out :: cache01-devfe.fstrz.net] [2014-01-31T13:06:28+00:00] INFO: Overriding duplicate definition git_clone, new definition found in /var/chef/cache/git_repos/master-chef_links/cookbooks/git/definitions/git_clone.rb
** [out :: cache01-devfe.fstrz.net]
** [out :: cache01-devfe.fstrz.net] ================================================================================
** [out :: cache01-devfe.fstrz.net] Recipe Compile Error in /tmp/chef_repo/cookbooks/fasterize/recipes/logstash.rb
** [out :: cache01-devfe.fstrz.net] ==============
wrk -c 5 -d 10 -t 2 http://127.0.0.1:8000
With node v0.8.25 => 1637 req/sec
With node v0.10.22 => 1218 req/sec
With node v0.11.9 => 1443 req/sec