I want to compare the performance of dgraph and neo4j, is there any tool for stress testing
Hi,
Dgraph IS stress tested in a few different ways:
- Jepsen - the most recent Jepsen test for dgraph. Jepsen tests the distributed system-ness of Dgraph to ensure it does what it says it does.
- Load tests (internal) - you can check out the source here and here
- Fuzz testing - random input is thrown into dgraph to see whether it can handle it.
You most probably want to replicate the systest
in dgraph/cmd/bulk/systest
for your comparison against neo4j.
We would love it if you could also share your results, so we may improve Dgraph even more.