Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellShibilski-Unkel authored Dec 29, 2023
1 parent 92350ed commit 43263b5
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Uses Python to test your PC's speed/performance.
___OR___

1. Open IDE of choice
2. In the terminal, use `gh repo clone DMInnovations/PyPC`
2. In the terminal, use `gh repo clone MitchellShibilski-Unkel/PyPC`

IDE Links:
- PyCharm: https://www.jetbrains.com/pycharm/
Expand Down Expand Up @@ -38,19 +38,3 @@ IDE Links:
- CPU Usage
- CPU Physical & Logical Cores
- Swap Memory

# Scale
Test | Good | Fast | Slow | Horrible
--- | --- | --- | --- | ---
Merge Sort | 0.0005-0.0003 | 0.0003-Less | 0.0005-Greater | > 1.0
Greatest And Least Sort | 0.0007-0.0004 | 0.0004-Less | 0.0007-Greater | > 1.0
Bubble Sort | 0.0002-0.00009 | 0.00009-Less | 0.0002-Greater | > 1.0
Selection Sort | 0.0003-0.0009 | 0.00009-Less | 0.0004-Greater | > 1.0
Wave Function | 0.0005-0.0003 | 0.0003-Less | 0.0005-Greater | > 1.0
Adding | 0.0003-0.0001 | 0.0001-Less | 0.0003-Greater | > 1.0
Subtracting | 0.0004-0.0001 | 0.0001-Less | 0.0004-Greater | > 1.0
Multiplying | 0.0005-0.0002 | 0.0002-Less | 0.0005-Greater | > 1.0
Dividing | 0.0006-0.0001 | 0.0001-Less | 0.0006-Greater | > 1.0
All Math Test | 0.0005-0.0002 | 0.0002-Less | 0.0005-Greater | > 1.0
"For" Break Test | 0.00008-0.00005 | 0.00005-Less | 0.00008-Greater | > 1.0
"For" Test | 0.0003-0.0001 | 0.0001-Less | 0.0003-Greater | > 1.0

0 comments on commit 43263b5

Please sign in to comment.