diff options
Diffstat (limited to 'project_spec.md')
| -rw-r--r-- | project_spec.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/project_spec.md b/project_spec.md index 27863df..344def2 100644 --- a/project_spec.md +++ b/project_spec.md @@ -22,9 +22,9 @@ and professional deployment workflows. > [!NOTE] > Using a shell script instead of **GitLab CI** - [x] Test for **stable** sorting algorithm - - [ ] Test for **unstable** sorting algorithms + - [x] Test for **unstable** sorting algorithms - - [ ] **Benchmarking** + - [x] **Benchmarking** > [!NOTE] > Possibly via a shell script. > Use `time` to measure execution time. @@ -34,7 +34,6 @@ and professional deployment workflows. > Maybe export to `json` or similar. - [ ] **Documentation** - - [ ] Usage Message - [x] Man Page - [ ] Read me file |