Skip to content

Tags: neo-technology/neobench

Tags

v0.0.26

Toggle v0.0.26's commit message
Add prometheus output

This adds a first super-basic mode for prometheus output, which is
useful when running long neobench runs and feeding the ongoing results
directly into a monitoring system.

To enable, pass --prometheus <addr>, eg --prometheus :1234, and you'll
get two useful metrics at /metrics on that url; successful transactions
and failed transactions. From those two you can deduce rates and so on.

v0.0.25

Toggle v0.0.25's commit message
Merge branch 'master' of github.com:jakewins/neobench

v0.0.24

Toggle v0.0.24's commit message
Fix old param syntax in LDBC query

v0.0.23

Toggle v0.0.23's commit message
Add support for literal lists

v0.0.22

Toggle v0.0.22's commit message
Allow string concat

v0.0.21

Toggle v0.0.21's commit message
Allow string concat

v0.0.20

Toggle v0.0.20's commit message
Add client-side parameter expansion option

v0.0.19

Toggle v0.0.19's commit message
Merge branch 'master' of github.com:jakewins/neobench

v0.0.18

Toggle v0.0.18's commit message
Break some stuff

- Moves `-w builtin:blah` and `-w myfile` to
  `-b blah` and `-f myfile`, respectively
- Adds `-S 'RETURN 1'`
- Changes backslash-prefixed metacommands to colon-prefixwq

oh this isn't vim

v0.0.17

Toggle v0.0.17's commit message
Add --max-connection-lifetime