zmactep / hasbolt

Haskell driver for Neo4j 3+ (BOLT protocol)
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

profiling Cypher queries #24

Open odanoburu opened 4 years ago

odanoburu commented 4 years ago

it's a bit difficult to detach my Haskell code from my cypher queries, so it's not easy for me to use cypher-shell for realistic profiling; so I wonder: what's the best practice for profiling queries when using this library? is there a way of getting the profiling results of queries run by hasbolt using the PROFILE keyword?