Skip to content

Commit e82faf1

Browse files
improved testing
1 parent fe34dc5 commit e82faf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ Simple Matrix lib for **Programming competency test**
1616
#### Addition
1717

1818
| Type | Shape | Execution time (in ms) |Execution time for assignment (in ms) |
19-
| :--------: | :---------: | :-----------------------|:----------------------------------:|
19+
| :--------: | :---------: |:-----------------------|:----------------------------------:|
2020
| `int` | (1000,1000) | 35 | 0 |
2121
| `complex` | (1000,1000) | 48 | 55 |
2222

2323
#### Subtraction
2424

2525
| Type | Shape | Execution time (in ms) |Execution time for assignment (in ms) |
26-
| :--------: | :---------: | :-----------------------|:----------------------------------:|
26+
| :--------: | :---------: |:-----------------------|:----------------------------------:|
2727
| `int` | (1000,1000) | 36 | 0 |
2828
| `complex` | (1000,1000) | 48 | 55 |
2929

3030
#### Multiplication
3131

3232
| Type | Shape | Execution time for Direct (in ms) |Execution time for Lazy (in ms) |Execution time for Lazy assignment (in ms) |
33-
| :--------: | :---------: | :---------------------: |:----------------------------------: |:----------------------------------: |
33+
| :--------: | :---------: |:---------------------: |:----------------------------------: |:----------------------------------: |
3434
| `int` | (1000,1000) | 26433 |13479 |13312 |
3535
| `complex` | (1000,1000) | 61080 |34132 |36019 |
3636

0 commit comments

Comments
 (0)