kezhenxu94 commented on pull request #7263: URL: https://github.com/apache/skywalking/pull/7263#issuecomment-876899385
> Is this static compilation available for runtime script update or new script as input? > I am thinking to share the same core for #7168 requirement Yes. Whenever a new LAL DSL script is created, we can compile it to Java-style static byte codes once, after that its execution performance is close to Java. > Comparing 385k to 246k, we have a 50% performance increment, is this running in one Mac Intel core? Could you attach the hardware standard here? Yes, they were benchmarked in a single thread on my Mac. ``` MacBook Pro (16-inch, 2019) Processor 2.4 GHz 8-Core Intel Core i9 Memory 32 GB 2667 MHz DDR4 ``` ``` # JMH version: 1.32 # VM version: JDK 1.8.0_292, OpenJDK 64-Bit Server VM, 25.292-b10 # VM invoker: /Users/kezhenxu94/.asdf/installs/java/adoptopenjdk-8.0.292+10/jre/bin/java # VM options: <none> # Blackhole mode: full + dont-inline hint # Warmup: 5 iterations, 10 s each # Measurement: 5 iterations, 10 s each # Timeout: 10 min per iteration # Threads: 1 thread, will synchronize iterations # Benchmark mode: Throughput, ops/time # Benchmark: org.apache.skywalking.MyBenchmark.testDSL ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
