You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/07/27 15:06:50 UTC

[skywalking-banyandb] branch simple-streaming-api updated (98fec8f -> 012afe6)

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch simple-streaming-api
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 98fec8f  add test for non-group-by TopN
     add 2bc867c  Add stress test components (#146)
     add 012afe6  Merge branch 'main' into simple-streaming-api

No new revisions were added by this update.

Summary of changes:
 banyand/Dockerfile                                 |  2 ++
 banyand/kv/kv.go                                   |  1 +
 banyand/observability/pprof.go                     |  2 +-
 banyand/tsdb/index/writer.go                       |  9 +++++++
 pkg/index/inverted/inverted.go                     | 13 ++++++++--
 pkg/index/lsm/lsm.go                               |  7 +++++-
 pkg/index/metadata/metadata.go                     |  6 +++++
 pkg/partition/entity.go                            |  3 +++
 pkg/pb/v1/write.go                                 |  7 +++++-
 test/docker/base-compose.yml                       |  2 ++
 test/stress/Makefile                               | 12 +++++++---
 test/stress/docker-compose.yaml                    | 28 ++++++++++++++++++++--
 test/stress/env                                    |  1 +
 test/stress/env.dev                                |  1 +
 .../prom/prometheus.yml}                           |  9 ++++++-
 15 files changed, 92 insertions(+), 11 deletions(-)
 copy test/{e2e-v2/cases/profiling/ebpf/expected/process-estimate-scale.yml => stress/prom/prometheus.yml} (86%)