I am not sure if this is a thing to ask feedback o...
# codereview
p
I am not sure if this is a thing to ask feedback on open source pull requests. But if someone has free time we would love to get some feedback on https://github.com/google/flatbuffers/pull/6387
p
There are kotlinx.benchmark annotations for org.openjdk.jmh.annotations.Benchmark That way you should be able to move the benchmark to commonMain
p
Thanks! I will look into that