Skip to content

Commit

Permalink
Housekeeping around Cliff's entry:
Browse files Browse the repository at this point in the history
- Making launcher executable
- Removing time call
- Honoring copyright request
  • Loading branch information
gunnarmorling committed Jan 14, 2024
1 parent 8063e0e commit 2c26b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion calculate_average_cliffclick.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@


JAVA_OPTS=""
time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_cliffclick
java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_cliffclick
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@
<exclude>**/measurements*.out</exclude>
<exclude>out_expected.txt</exclude>
<exclude>github_users.txt</exclude>
<!-- Cliff asked to be named as the copyright holder for his entry; -->
<exclude>src/main/java/dev/morling/onebrc/CalculateAverage_cliffclick.java</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 2c26b51

Please sign in to comment.