Skip to content

Commit 78cd3fe

Browse files
committed
docs(README): Some more chapters
1 parent c8a2251 commit 78cd3fe

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The task is to write an Object Pascal program which reads the file, calculates t
2929
{Abha=-23.0/18.0/59.2, Abidjan=-16.2/26.0/67.3, Abéché=-10.0/29.4/69.0, Accra=-10.1/26.4/66.4, Addis Ababa=-23.7/16.0/67.0, Adelaide=-27.8/17.3/58.5, ...}
3030
```
3131

32+
## Entering The Challenge
33+
3234
Submissions will be, preferably, as a `GIT` `submodule`.
3335
They must contain the source and a Linux `ELF` binary in 64 bits in a folder named `bin` from the `root` folder.
3436

@@ -41,11 +43,45 @@ Submit your implementation and become part of the leader board!
4143
## Results
4244

4345
These are the results from running all entries into the challenge on my personal computer:
44-
- Ryzen 9 5950x 16 core
46+
- Ryzen 9 5950x 16 cores
4547
- 32GB RAM
4648
- 250GB SSD
4749
- 1TB HDD
4850

4951
| # | Result (m:s.ms): SSH | Result (m:s.ms): HDD | Submitter | Notes | Certificates |
5052
|---|----------------------|----------------------|---------------|-----------|--------------|
5153
|?|?|?|?|?|?|
54+
55+
## Evaluating Results
56+
57+
Results are determined by running the program on:
58+
- Ryzen 9 5950x 16 core
59+
- 32GB RAM
60+
- 250GB SSD
61+
- 1TB HDD
62+
63+
Each contender is run five times in a row for both `SSD` and `HDD`.
64+
The slowest and the fastest runs are discarded.
65+
The mean value of the remaining three runs is the result for that contender and will be added to the results table above.
66+
The exact same `measurements.txt` file is used for evaluating all contenders.
67+
68+
## Prize
69+
70+
This is being run for bragging rights only and the fun of such a challenge.
71+
72+
## FAQ
73+
74+
_Q: Can I copy code from other submissions?_\
75+
A: Yes, you can. The primary focus of the challenge is about learning something new, rather than "winning". When you do so, please give credit to the relevant source submissions. Please don't re-submit other entries with no or only trivial improvements.
76+
77+
_Q: Which operating system is used for evaluation?_\
78+
A: Ubuntu 23.10.
79+
80+
## License
81+
82+
This code base is available under the MIT License.
83+
84+
## Code of Conduct
85+
86+
Be excellent to each other!
87+
More than winning, the purpose of this challenge is to have fun and learn something new.

0 commit comments

Comments
 (0)