Skip to content

Instantly share code, notes, and snippets.

@bhauer
bhauer / gist:ec49437f55b4c943d36d
Created May 8, 2015 17:10
Using JMH to measure various view class implementaiton approaches when serializing via Jackson or templating via Mustache.
class DomainObject {
private final String firstName = "First";
private final String lastName = "Last";
private final int id = 1;
/** The following methods are annotated for direct serialization without a view. */
@JsonProperty public String getFirstName() { return firstName; }
@JsonProperty public String getLastName() { return lastName; }
@JsonProperty public int getId() { return id; }
@bhauer
bhauer / gist:7345386
Created November 6, 2013 22:31
Revel log from final Round 7 run
-----------------------------------------------------
Starting revel
-----------------------------------------------------
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information disabled due to load higher than 8.0
@bhauer
bhauer / gist:7344932
Created November 6, 2013 22:05
Finagle log from final Round 7 run
-----------------------------------------------------
Starting finagle
-----------------------------------------------------
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Oct 28 21:07:07 PDT 2013
@bhauer
bhauer / gist:7344911
Created November 6, 2013 22:03
Beego log from Round 7 final run
-----------------------------------------------------
Starting beego
-----------------------------------------------------
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Oct 28 17:12:52 PDT 2013
@bhauer
bhauer / windows-i7p3-rerun.log
Created October 23, 2013 22:13
Round 7 Preview 3 Windows 10/23 re-run log file
=====================================================
Preparing Server, Database, and Client ...
=====================================================
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Wed Oct 23 10:53:06 PDT 2013
@bhauer
bhauer / windows-i7p3-2.log
Created October 23, 2013 17:31
Round 7 preview 3 (i7) logs
=====================================================
Preparing Server, Database, and Client ...
=====================================================
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Tue Oct 22 13:04:13 PDT 2013
@bhauer
bhauer / gist:6925309
Created October 10, 2013 20:40
Raw output from NancyFX run
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.9.0-030900-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Thu Oct 10 12:45:48 PDT 2013
System load: 0.0 Processes: 116
Usage of /: 5.8% of 129.62GB Users logged in: 0
Memory usage: 3% IP address for eth1: 172.16.98.98
Swap usage: 0%
@bhauer
bhauer / servicestack-nginx-postgresql.log
Created October 9, 2013 22:08
Logs from four ServiceStack test permutations on Linux.
=====================================================
Beginning servicestack-nginx-postgresql
-----------------------------------------------------
-----------------------------------------------------
Starting servicestack-nginx-postgresql
-----------------------------------------------------
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)