You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use MiBytes to one d.p.
* Right align lines, time, memory
* Functional tests
* Functional tests
* Unit tests
* Functional tests
* Functional tests
* Functional tests
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
If you and your friends/colleagues share a repo for [Advent of Code](https://adventofcode.com), you can use this to run and compare your solutions to each day's problems.
6
6
It will time each person's solution, monitor maximum memory usage and count the lines of code, saving the results to the README:
7
7
8
-
| day | language | who | lines | part | time (s) | mem (KiB) | notes |
9
-
| --- | --- | --- | --- | --- | --- | --- | --- |
8
+
| day | language | who | lines | part | time (s) | mem (MiB) | notes |
0 commit comments