@@ -124,8 +124,8 @@ scripts). The easiest way to get and install the Go programs is to use
124124` go get ` and then ` make all ` to install all binaries:
125125``` bash
126126# Fetch TSBS and its dependencies
127- $ go get github.com/timescale /tsbs
128- $ cd $GOPATH /src/github.com/timescale /tsbs
127+ $ go get github.com/questdb /tsbs
128+ $ cd $GOPATH /src/github.com/questdb /tsbs
129129$ make
130130```
131131
@@ -413,12 +413,12 @@ the results.
413413### Devops / cpu-only
414414| Query type| Description|
415415| :---| :---|
416- |single-groupby-1-1-1| Simple aggregrate (MAX) on one metric for 1 host, every 5 mins for 1 hour
417- |single-groupby-1-1-12| Simple aggregrate (MAX) on one metric for 1 host, every 5 mins for 12 hours
418- |single-groupby-1-8-1| Simple aggregrate (MAX) on one metric for 8 hosts, every 5 mins for 1 hour
419- |single-groupby-5-1-1| Simple aggregrate (MAX) on 5 metrics for 1 host, every 5 mins for 1 hour
420- |single-groupby-5-1-12| Simple aggregrate (MAX) on 5 metrics for 1 host, every 5 mins for 12 hours
421- |single-groupby-5-8-1| Simple aggregrate (MAX) on 5 metrics for 8 hosts, every 5 mins for 1 hour
416+ |single-groupby-1-1-1| Simple aggregate (MAX) on one metric for 1 host, every 5 mins for 1 hour
417+ |single-groupby-1-1-12| Simple aggregate (MAX) on one metric for 1 host, every 5 mins for 12 hours
418+ |single-groupby-1-8-1| Simple aggregate (MAX) on one metric for 8 hosts, every 5 mins for 1 hour
419+ |single-groupby-5-1-1| Simple aggregate (MAX) on 5 metrics for 1 host, every 5 mins for 1 hour
420+ |single-groupby-5-1-12| Simple aggregate (MAX) on 5 metrics for 1 host, every 5 mins for 12 hours
421+ |single-groupby-5-8-1| Simple aggregate (MAX) on 5 metrics for 8 hosts, every 5 mins for 1 hour
422422|cpu-max-all-1| Aggregate across all CPU metrics per hour over 1 hour for a single host
423423|cpu-max-all-8| Aggregate across all CPU metrics per hour over 1 hour for eight hosts
424424|double-groupby-1| Aggregate on across both time and host, giving the average of 1 CPU metric per host per hour for 24 hours
@@ -450,11 +450,6 @@ the results.
450450We welcome contributions from the community to make TSBS better!
451451
452452You can help either by opening an
453- [ issue] ( https://github.com/timescale /tsbs/issues ) with
453+ [ issue] ( https://github.com/questdb /tsbs/issues ) with
454454any suggestions or bug reports, or by forking this repository,
455455making your own contribution, and submitting a pull request.
456-
457- Before we accept any contributions, Timescale contributors need to
458- sign the [ Contributor License Agreement] ( https://cla-assistant.io/timescale/tsbs ) (CLA).
459- By signing a CLA, we can ensure that the community is free and confident in its
460- ability to use your contributions.
0 commit comments