Skip to content

Instantly share code, notes, and snippets.

View dashorst's full-sized avatar

Martijn Dashorst dashorst

View GitHub Profile
@dashorst
dashorst / gist:1689416
Created January 27, 2012 15:53
Error while pushing to github
> git push
Counting objects: 35, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 2.66 KiB, done.
Total 18 (delta 11), reused 0 (delta 0)
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method `constantize' for "GitHub::Jobs::UpdateParticipationGraph":String (NoMethodError)
remote: from /data/github/current/lib/github/config/resque.rb:26:in `each'
remote: from /data/github/current/lib/github/config/resque.rb:26
remote: from /data/github/current/lib/rock_queue.rb:9:in `require'
@dashorst
dashorst / gist:1029019
Created June 16, 2011 10:29
Wicket 1.5-SNAPSHOT performance results for 5000 elements with repeatingview and Tapestry style categories
dashorst$ ab -n 100 http://localhost:8080/wicketapp/products3/5000
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient).....done
Server Software: Jetty(6.1.16)
Server Hostname: localhost
@dashorst
dashorst / gist:1029016
Created June 16, 2011 10:26
Wicket 1.5-SNAPSHOT performance results for 5000 elements with repeatingviews
dashorst$ ab -n 100 http://localhost:8080/wicketapp/products2/5000
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient).....done
Server Software: Jetty(6.1.16)
Server Hostname: localhost
@dashorst
dashorst / gist:1029011
Created June 16, 2011 10:22
Wicket 1.5-SNAPSHOT performance results for 5000 elements
dashorst$ ab -n 100 http://localhost:8080/wicketapp/products/5000
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient).....done
Server Software: Jetty(6.1.16)
Server Hostname: localhost
@dashorst
dashorst / gist:1029009
Created June 16, 2011 10:21
Tapestry 5 performance results for 5000 elements
dashorst$ ab -n 100 http://localhost:8080/tapestryapp/products/5000
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient).....done
Server Software: Jetty(6.1.16)
Server Hostname: localhost
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*