Updates README with GitHub actions result

This commit is contained in:
Julien Lengrand-Lambert
2025-05-04 11:41:56 +02:00
parent 27bde0a5b4
commit 14dfa420b7

View File

@@ -57,5 +57,27 @@ title: Wikipedia:Getting to Philosophy - Wikipedia
time: 55.240125ms to fetch Wikipedia page
title: Julien's DevRel corner
time: 249.742709ms to fetch blog page
```
* [Running from GitHub actions, JDK 23 and 0.2.3 Ksoup](https://github.com/jlengrand/ksoup-test-119/actions/runs/14819932018/job/41605487243):
```bash
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
title: jlengrand (julien Lengrand-Lambert) · GitHub
time: 1.201088714s to fetch GitHub page blocking
title: Wikipedia:Getting to Philosophy - Wikipedia
time: 200.333303ms to fetch Wikipedia page blocking
title: Julien's DevRel corner
time: 1.036201021s to fetch blog page blocking
////
title: jlengrand (julien Lengrand-Lambert) · GitHub
time: 70.013051ms to fetch GitHub page blocking
title: Wikipedia:Getting to Philosophy - Wikipedia
time: 46.619529ms to fetch Wikipedia page
title: Julien's DevRel corner
time: 278.211056ms to fetch blog page
BUILD SUCCESSFUL in 1m 49s
2 actionable tasks: 2 executed
```