joeylee

Results 44 comments of joeylee

Hi, I am not familiar with micronaut , but currently replacing thread to virtual thread may not receive benefits in performance because virtual thread will pin( block the scheduler thread...

https://github.com/netty/netty/issues/12348 @graemerocher

This could be reproducible and is based on https://github.com/TechEmpower/FrameworkBenchmarks/ .

some data in spring experiments: https://github.com/openjdk/loom/pull/166

Does [mybatis](https://github.com/mybatis/mybatis-3) worth adding if we are considering hibernate?

Maybe consider adding rocketmq https://github.com/apache/rocketmq

Grinder not working, so I will rebuild this later. https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4964/ Verified on my test machine, works well.

@llxia @smlambert I have tested this locally. - I am beginning with this list, the total list is at https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Java ![image](https://user-images.githubusercontent.com/30545334/172985772-c2857075-fa46-4e1f-ac47-7d8d69499ea5.png) These frameworks are more popular... I think. Some tests...

@llxia Yes. Should I change the permission in `results` in running script to get removable results?

@llxia I added a extra step to make results removable. docker run --entrypoint /bin/bash --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${TEST_RESROOT}:/FrameworkBenchmarks techempower/tfb -c "chmod -R 777 /FrameworkBenchmarks/results" FrameworkBenchmarks is running...