Skip to content

Commit

Permalink
compile crystal to test.run file. updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Jun 30, 2016
1 parent cde7962 commit b426b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
.DS_Store

*.run
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ sys 0m0.333s

```
Crystal (compiled v 0.18.6)
$ crystal compile test.cr --release && time ./test
$ crystal compile test.cr --release -o test.run && time ./test.run
real 0m0.148s
user 0m0.038s
sys 0m0.105s
Expand Down

0 comments on commit b426b91

Please sign in to comment.