Skip to content

Instantly share code, notes, and snippets.

@haraldkoch
Created October 5, 2015 16:11
Show Gist options
  • Save haraldkoch/fbc7aa20cc475e942eb7 to your computer and use it in GitHub Desktop.
Save haraldkoch/fbc7aa20cc475e942eb7 to your computer and use it in GitHub Desktop.
Conclusion: no change
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ lein -version
Leiningen 2.5.2 on Java 1.8.0_60 Java HotSpot(TM) 64-Bit Server VM
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ lein clean
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ time lein uberjar
Compiling nginx-auth.core
Compiling nginx-auth.layout
Compiling nginx-auth.handler
Compiling nginx-auth.routes.home
Compiling nginx-auth.middleware
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth-0.1.0-SNAPSHOT.jar
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth.jar
real 7m52.879s
user 2m22.286s
sys 0m32.892s
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ lein clean
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ time eatmydata lein uberjar
Compiling nginx-auth.core
Compiling nginx-auth.layout
Compiling nginx-auth.handler
Compiling nginx-auth.routes.home
Compiling nginx-auth.middleware
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth-0.1.0-SNAPSHOT.jar
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth.jar
real 1m33.902s
user 2m15.107s
sys 0m27.854s
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ lein version
Leiningen 2.5.3 on Java 1.8.0_60 Java HotSpot(TM) 64-Bit Server VM
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ lein clean
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ time lein uberjar
Compiling nginx-auth.core
Compiling nginx-auth.layout
Compiling nginx-auth.handler
Compiling nginx-auth.routes.home
Compiling nginx-auth.middleware
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth-0.1.0-SNAPSHOT.jar
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth.jar
real 7m43.997s
user 2m22.554s
sys 0m30.589s
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ lein clean
chk@ubuntu:~/workspaces/git/nginx-auth-idea/nginx-auth$ time eatmydata lein uberjar
Compiling nginx-auth.core
Compiling nginx-auth.layout
Compiling nginx-auth.handler
Compiling nginx-auth.routes.home
Compiling nginx-auth.middleware
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth-0.1.0-SNAPSHOT.jar
Created /home/chk/workspaces/git/nginx-auth-idea/nginx-auth/target/nginx-auth.jar
real 1m34.387s
user 2m18.569s
sys 0m28.002s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment