Last active
December 21, 2015 22:19
-
-
Save jroper/6374383 to your computer and use it in GitHub Desktop.
Revisions
-
jroper revised this gist
Aug 29, 2013 . 2 changed files with 10 additions and 4 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,11 @@ Initial clean compile of entire project: [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 15 s, completed Aug 28, 2013 9:43:38 PM Now simulate adding a method to a controller: [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 2 s, completed Aug 28, 2013 9:43:40 PM Now simulate adding a new route to the routes file: [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 5 s, completed Aug 28, 2013 9:43:45 PM This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ Initial clean compile of entire project: [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 25 s, completed 29/08/2013 2:49:17 PM Now simulate adding a method to a controller: [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes... [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 16 s, completed 29/08/2013 2:49:32 PM Now simulate adding a new route to the routes file: [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 10 s, completed 29/08/2013 2:49:43 PM -
jroper created this gist
Aug 29, 2013 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 15 s, completed Aug 28, 2013 9:43:38 PM Now simulate adding a method to a controller [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 2 s, completed Aug 28, 2013 9:43:40 PM Now simulate adding a new route to the routes file [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 5 s, completed Aug 28, 2013 9:43:45 PM This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 25 s, completed 29/08/2013 2:49:17 PM Now simulate adding a method to a controller [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes... [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 16 s, completed 29/08/2013 2:49:32 PM Now simulate adding a new route to the routes file [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes... [info] [success] Total time: 10 s, completed 29/08/2013 2:49:43 PM