Prashanth Rao

Results 137 comments of Prashanth Rao

**Update**: I just tried this on macOS 10.15 for two different grakn-core versions: `1.5.9` and `1.6.0`. * On grakn-core `1.5.9`, the query from step 3 (above) works and I get...

I think this particular page is causing a lot of confusion to the community -- I agree with @Keats that the documentation should just point to the action repo. It's...

@msmygit that isn't my decision alone to make :). The team here need to discuss and we will keep you posted.

Per my understanding, `pytest-benchmark` only depends on `pytest` under the hood, but doesn't run as part of the test suite by default. You'd manually call the benchmark script via `pytest...

Awesome, I'll follow along anyway and see your progress on these branches/issues! And will be in touch if I have time.

@sanders41 Here's a very nice snippet that Neo4j's async client maintainer used ([source](https://github.com/ionelmc/pytest-benchmark/issues/66#issuecomment-1137005280)). ```py @pytest_asyncio.fixture async def aio_benchmark(benchmark, event_loop): def _wrapper(func, *args, **kwargs): if asyncio.iscoroutinefunction(func): @benchmark def _(): return event_loop.run_until_complete(func(*args,...

The full code is in `conftest.py`, in their [repo](https://github.com/neo4j/neo4j-python-driver/blob/5.0/tests/conftest.py). Not very clear that they're running the `pytest` test suite independently from the benchmark tho, the whole thing seems to be...

Awesome, sounds like a plan 😎. So you'll be maintaining both the sync and async Python clients yourself? Or would this be something the Meilisearch team will take over from...

Hey @sanders41 looks good, and the suffix `sdk` makes it clearly distinguishable from the client built by Meili! Were you in the process of taking a stab at benchmarking, perhaps...

Sounds good, let's revisit next week then!