Releases: neo-technology/neobench
Releases · neo-technology/neobench
v0.0.26
- Prometheus output now available via
--prometheus <addr>
, ex--prometheus localhost:1234
, publishing to http://localhost:1234/metrics - Support for
bolt+unix
connection scheme (eg. admin socket file connections) - Upgrade to Go driver 4.3.3 (from 4.2.2)
- Support for driver debug logging
- Fix bug in dataset populator for LDBC-like workload
v0.0.25
v0.0.24
- Increase
ldbc-like
dataset populator speed ~10x, making generating SF010 datasets possible in much more reasonable time - Make
ldbc-like
dataset populator reentrant, so it'll pick back up where it left off if it stops/crashes - Fix usage of old parameter syntax in ldbc-like workload
v0.0.23
v0.0.22
v0.0.20
v0.0.19
v0.0.18 (breaking changes)
Breaking changes:
- metacommands are now prefixed
:
rather than\
, to align with common practice in other Neo4j tools - the
-w
command line flag is removed, instead there is-b
for built-in workloads,-f
for script files, and-S
for scripts directly on command line
v0.0.17
v0.0.16
- Add
\opt
metacommand, letting you set behavioral options in a script; the first supported option isautocommit
, which runs each query in a self-contained autocommit transaction - Move to 4.x series of the Neo4j Go Driver
- Add
-no-check-certificates
command line flag, for using self-signed TLS certs in testing