Skip to content

Commit 03229bc

Browse files
authored
[Leap]: Updated Table in Performance Article with Newer Timings to Match Graph. (exercism#3593)
* Updated table with newer timings to match graph. * Apply suggestions from code review Further adjustment to the numbers. _sigh_
1 parent 63ab89f commit 03229bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • exercises/practice/leap/.articles/performance

exercises/practice/leap/.articles/performance/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ All methods are "fast", but the difference may be easier to see graphically.
2828

2929
| | 1900 | 2000 | 2019 | 2020 |
3030
|:----------------|--------:|--------:|--------:|--------:|
31-
| if statements | 5.1e-08 | 4.5e-08 | 2.5e-08 | 3.9e-08 |
32-
| ternary | 3.3e-08 | 3.0e-08 | 3.0e-08 | 3.3e-08 |
33-
| datetime add | 2.8e-07 | 2.8e-07 | 2.7e-07 | 2.8e-07 |
34-
| calendar isleap | 6.5e-08 | 5.8e-08 | 3.8e-08 | 5.5e-08 |
31+
| if-statements | 1.7e-07 | 1.6e-07 | 9.0e-08 | 1.3e-07 |
32+
| ternary | 1.2e-07 | 1.0e-07 | 1.1e-07 | 1.1e-07 |
33+
| datetime-add | 6.9e-07 | 6.7e-07 | 7.0e-07 | 6.7e-07 |
34+
| calendar-isleap | 2.2e-07 | 2.2e-07 | 1.4e-07 | 1.7e-07 |
3535

3636
<br>
3737

0 commit comments

Comments
 (0)