1brc/.github/pull_request_template.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

2024-02-01 10:48:26 +01:00
**NOTE:** The challenge has been closed for new submissions. No new pull requests for adding submissions are accepted at this time.
2024-02-05 10:17:19 +01:00
The final leaderboard has been published on Feb 4.
2024-01-31 22:53:37 +01:00
2024-01-05 19:39:37 +01:00
#### Check List:
2024-01-28 22:52:12 +01:00
2024-01-28 22:52:44 +01:00
- [ ] You have run `./mvnw verify` and the project builds successfully
2024-01-07 11:34:38 +01:00
- [ ] Tests pass (`./test.sh <username>` shows no differences between expected and actual outputs)
2024-01-05 19:39:37 +01:00
- [ ] All formatting changes by the build are committed
2024-01-07 11:34:38 +01:00
- [ ] Your launch script is named `calculate_average_<username>.sh` (make sure to match casing of your GH user name) and is executable
- [ ] Output matches that of `calculate_average_baseline.sh`
2024-01-15 20:12:31 +01:00
- [ ] For new entries, or after substantial changes: When implementing custom hash structures, please point to where you deal with hash collisions (line number)
2024-01-05 19:39:37 +01:00
* Execution time:
* Execution time of reference implementation:
<!--
Thanks for your submission. Please go through the checklist above before submitting your pull request.
Use [x] to mark that the item has been completed.
2024-01-11 22:53:23 +01:00
Due to the large number of entries created so far,
2024-01-12 10:05:44 +01:00
please submit only entries that are you are expecting to run in 10 seconds or less on the evaluation machine.
2024-01-05 19:39:37 +01:00
2024-01-07 11:34:38 +01:00
Please make sure that you have followed the defined rules (https://github.com/gunnarmorling/1brc?tab=readme-ov-file#rules-and-limits).
2024-01-05 19:39:37 +01:00
-->