Alex Bagehot
Alex Bagehot
per https://github.com/gruntjs/grunt/issues/1163 seems like this is a grunt issue/discussion, question here is whether it is worth putting in a specific fix here until grunt provides the needed functionality. note the...
there's limited unit tests for the recorder model and rendering currently. the current code doesn't allow for testing the model and rendering very well/easily. I would propose refactoring so the...
Inverted reversed icicle graphs have been quite useful. One possible refinement would be to order the top of the icicle by width or number of samples, rather than alphabetically. Then...
This proposes a review of symbol stripping. Symbols aid diagnostics but take up space. I had a brief look at `adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.6_10` and `adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.6_10-slim`. 1) https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/slim-java.sh#L247 `libjvm.so` stripped is around 18MB,...
I was looking at the contents of the `adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.6_10` containers and noticed the following ``` / # find . -type f |xargs ls -l 2>/dev/null|sort -rnk5,5|grep compat -rwxr-xr-x 1 root...
jlink fails in the alpine-slim image. ``` FROM adoptopenjdk/openjdk11:alpine-slim RUN ["jlink", "--compress=2", \ "--add-modules", "java.base,java.desktop", \ "--output", "/linked"] ``` ``` $ docker build . Sending build context to Docker daemon...
make “unfold” optional in perfj.sh
We often need to review individual threads for load balancing, utilisation, etc. Being able to toggle between the 2 views would be very useful. It would need source data in...