Coco

Results 7 comments of Coco

Fixes https://github.com/timescale/tsbs/issues/275 🙌

Could you please help me review it? Thanks a lot! 😁 @albertteoh @yurishkuro

> 1. "static" is unclear term, what you're doing is "repeatable" generation > 2. repeatable generation can be achieved by using a repeatable random number generator. There is no need...

Thank you for your feedback! I understand that the term "static" may cause some confusion. In fact, my goal is to achieve "repeatable" data generation, which means that the same...

> > In any case, I am prepared to accept the duplication of the code. > > > > sorry, this was a typo - I meant to say NOT...

Hello, I'm sorry for the delay — I've been busy with school exams recently. I've tried my best to reduce code duplication and introduced a strategy pattern in this PR....

similar problem about timescale issue: https://github.com/timescale/tsbs/issues/274 Thankss!