await icon indicating copy to clipboard operation
await copied to clipboard

Could I add the demo of CppCon2018 to the llvm test suite ?

Open ChuanqiXu9 opened this issue 3 years ago • 2 comments

Hi Gor,

Now the llvm lacks a benchmark to measure the performance for coroutines. I think this one is relatively suit for that. And I am worrying about the license problem. Do you feel comfortable if I submit the code to llvm test suite (I would mark you as the author).

ChuanqiXu9 avatar Aug 06 '21 07:08 ChuanqiXu9

Hi Chuanqi:

I am not sure that this particular benchmark is good for automated test suite. When we are measuring differences related to memory latency, it is too fine timing for repeatable tests and reliable performance tests.

GorNishanov avatar Aug 06 '21 16:08 GorNishanov

Yeah, maybe it is too fine and the result number may change surprisingly. But I think that one is much better than none. May be it is not the best. I believe it would be helpful.

ChuanqiXu9 avatar Aug 09 '21 01:08 ChuanqiXu9