在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:testground/testground开源软件地址:https://github.com/testground/testground开源编程语言:Go 92.9%开源软件介绍:TestgroundTestground is a platform for testing, benchmarking, and simulating distributed and p2p systems at scale. It's designed to be multi-lingual and runtime-agnostic, scaling gracefully from 2 to 10k instances, only when needed. Table of Contents
Getting startedNOTE: currently, we don't distribute binaries, so you will have to build from source. Prerequisites: Go 1.16+, Docker daemon running. $ git clone https://github.com/testground/testground.git
$ cd testground
$ make install # builds testground and the Docker image, used by the local:docker runner.
$ testground daemon # will start the daemon listening on localhost:8042 by default.
# => open a different console (client-side), in the same directory (testground/testground repo checkout)
# import the network test plan from this repo into $TESTGROUND_HOME/plans
# read more about this path at https://docs.testground.ai/getting-started#running-testground
$ testground plan import --from ./plans/network
# run two instances of the `ping-pong` test case from the `network` plan,
# building with docker:go, running with local:docker
$ testground run single --plan=network --testcase=ping-pong \
--builder=docker:go --runner=local:docker \
--instances=2 See Getting started and the rest of the docs on our docs website for more info! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论