Skip to content

Commit

Permalink
update to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chengshiwen committed Dec 15, 2020
1 parent c5bfb44 commit 28cedf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,11 @@ HTTP Endpoints
Benchmark
-----------

There are two tools for benchmarking InfluxDB, which can also be applied to InfluxDB Proxy:
There are three tools for benchmarking InfluxDB, which can also be applied to InfluxDB Proxy:

* [influx-stress](https://github.com/chengshiwen/influx-stress) is a stress tool for generating artificial load on InfluxDB.
* [influxdb-comparisons](https://github.com/influxdata/influxdb-comparisons) contains code for benchmarking InfluxDB against other databases and time series solutions.
* [tsbs](https://github.com/timescale/tsbs) (Time Series Benchmark Suite) is a tool for comparing and evaluating databases for time series data.

License
-------
Expand Down
2 changes: 1 addition & 1 deletion backend/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
Version = "2.5.4"
Version = "2.5.5"
)

var (
Expand Down

0 comments on commit 28cedf7

Please sign in to comment.