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
First, the `pre-compiled` directory is copied into the image.
75
-
This directory is setup as a sort of fake exercise and depends on the same base libraries that the actual exercise depend on.
75
+
This directory is set up as a sort of fake exercise and depends on the same base libraries that the actual exercise depends on.
76
76
Then we run the tests on that directory, which is similar to how tests are run for an actual exercise.
77
77
Running the tests will result in the base being compiled, but the difference is that this happens at _build time_.
78
78
The resulting Docker image will thus have its base libraries already compiled, which means that no longer has to happen at _run time_, resulting in (much) faster execution times.
@@ -91,7 +91,7 @@ You should try to reduce the image's size, which means that it'll:
0 commit comments