Skip to content

Commit c5c8022

Browse files
committed
docs(README): Removing HDD runs
1 parent 067b0ef commit c5c8022

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,21 @@ These are the results from running all entries into the challenge on my personal
170170
- 250GB SSD
171171
- 1TB HDD
172172

173-
| # | Result (m:s.ms): SSD | Result (m:s.ms): HDD | Compiler | Submitter | Notes | Certificates |
173+
| # | Result (m:s.ms): SSD | Compiler | Submitter | Notes | Certificates |
174174
|--:|---------------------:|---------------------:|:---------|:--------------|:----------|:-------------|
175-
| 1 | 0:2.472 | \* | lazarus-3.0, fpc-3.2.2 | Arnaud Bouchez | Using 16 threads | |
176-
| 2 | 0:16.874 | 2:26.323 | lazarus-3.0, fpc-3.2.2 | Székely Balázs | Using 16 threads | |
177-
| 3 | 0:20.046 | \* | lazarus-3.0, fpc-3.2.2 | Lurendrejer Aksen | using 30 thread | |
178-
| 4 | 1:16.059 | 1:16.471 | lazarus-3.0, fpc-3.2.2 | Richard Lawson | Using 1 thread | |
179-
| 5 | 12:40.179 | 12:28.007 | lazarus-3.0, fpc-3.2.2 | Iwan Kelaiah | Using 1 thread | |
175+
| 1 | 0:2.472 | lazarus-3.0, fpc-3.2.2 | Arnaud Bouchez | Using 16 threads | |
176+
| 2 | 0:16.874 | lazarus-3.0, fpc-3.2.2 | Székely Balázs | Using 16 threads | |
177+
| 3 | 0:20.046 | lazarus-3.0, fpc-3.2.2 | Lurendrejer Aksen | using 30 thread | |
178+
| 4 | 1:16.059 | lazarus-3.0, fpc-3.2.2 | Richard Lawson | Using 1 thread | |
179+
| 5 | 12:40.179 | lazarus-3.0, fpc-3.2.2 | Iwan Kelaiah | Using 1 thread | |
180180

181181
\* : Having issues with Linux watchdog killing the shell process
182182

183+
> ** NOTE **
184+
>
185+
> After some tests performed by @paweld, it makes no sense to have an `HDD` run.
186+
> I've removed that from the results
187+
183188
## Evaluating Results
184189
Each contender is run 10 times in a row for both `SSD` and `HDD` using `hyperfine` for the time taking. \
185190
The mean value of the 10 runs is the result for that contender and will be added to the results table above. \

0 commit comments

Comments
 (0)