Bojan

Results 78 comments of Bojan

Hello, sorry for taking so long to reply. I just want to make sure I understand the structure described above? Taking the user service from above, you describe something like...

Hello, sorry I think I was away when you comment was posted and just missed it somehow. The proposed API is fine by me, but I am still not sure...

Hello, Thanks for willing to work on this. Yup a single PR for the complete feature, including all the steps for above, would be sufficient. Looking forward to it :)

Hello, very busy ATM. The `ghz-web` application should automatically create all the tables and indexes needed at startup. If you set logging to debug you should see all the SQL...

Unfortunately I do not have easy access to test with MySQL. I tested using sqlite and Postgres and the database client I am using should support MySQL as well. But...

Hello, [ghz-web](https://ghz.sh/docs/web/intro) is a completely separate complimentary application for storing, viewing and comparing the results of test runs over time. It would have separate config not related to your `ghz`...

Hello, can you please try [v0.27.0](https://github.com/bojand/ghz/releases/tag/v0.27.0) and see if that works for you.

The idea is that normally you would create a project and then use that ID to ingest multiple runs for that project and track them over time. So use the...

Hello, I understand how this is a missing feature and that it would be useful. My time is pretty limited right now, but hopefully soon will try and get to...

Hello can you provide some source code please? There are lots of examples in the tests such as [this for unary](https://github.com/bojand/grpc-caller/blob/master/test/reqres.test.js#L71) or for [request stream](https://github.com/bojand/grpc-caller/blob/master/test/reqstream.test.js#L137) or [response stream call](https://github.com/bojand/grpc-caller/blob/master/test/resstream.test.js#L91).