Skip to content

Releases: neo-technology/neobench

v0.0.26

01 Mar 11:55
Compare
Choose a tag to compare
v0.0.26 Pre-release
Pre-release
  • 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

23 Aug 07:17
Compare
Choose a tag to compare
v0.0.25 Pre-release
Pre-release
  • tpcb-like dataset populator is now reentrant (#5)

v0.0.24

04 Aug 18:15
Compare
Choose a tag to compare
v0.0.24 Pre-release
Pre-release
  • 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

16 Jul 07:57
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release
  • Allow local expansion of list expressions and list comprehension

v0.0.22

15 Jul 13:02
Compare
Choose a tag to compare
v0.0.22 Pre-release
Pre-release
  • add string concatenation, using +

v0.0.20

15 Jul 11:13
Compare
Choose a tag to compare
v0.0.20 Pre-release
Pre-release
  • add $$someVar syntax, to have variables get expanded locally, allowing generating lots of different cypher query strings

v0.0.19

21 Apr 14:42
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release
  • Scripts with long sleeps don't stall the preflight check

v0.0.18 (breaking changes)

15 Apr 18:31
Compare
Choose a tag to compare
Pre-release

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

14 Apr 23:28
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release
  • Adds --max-conn-lifetime flag, which sets the time before a socket is closed from "old age" and a new one takes its place

v0.0.16

09 Apr 23:48
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release
  • Add \opt metacommand, letting you set behavioral options in a script; the first supported option is autocommit, 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