Testground testplans for libp2p
Go to file
Alejandro Cabeza Romero e7d9b15158
Merge remote-tracking branch 'upstream/master'
* upstream/master:
  chore: update the link to the interop dashboard [skip ci]
  chore: parameterise s3 build cache setup (#465)
  chore: Create funding.json
2024-09-12 18:51:12 +02:00
.github chore: parameterise s3 build cache setup (#465) 2024-09-11 10:01:42 +02:00
hole-punch-interop chore: parameterise s3 build cache setup (#465) 2024-09-11 10:01:42 +02:00
perf feat: add new implementation versions (go, js, rust) (#349) 2024-03-26 17:13:03 +00:00
transport-interop chore: parameterise s3 build cache setup (#465) 2024-09-11 10:01:42 +02:00
.gitignore fix: add js tests to this repo (#365) 2024-06-06 10:53:35 +01:00
LICENSE-APACHE initial commit. 2020-04-22 16:25:28 +01:00
LICENSE-MIT initial commit. 2020-04-22 16:25:28 +01:00
README.md chore: update the link to the interop dashboard [skip ci] 2024-09-11 08:25:10 +00:00
ROADMAP.md Organization: add DESIGN.md and ROADMAP.md (#44) 2022-10-20 17:30:36 -07:00
funding.json chore: Create funding.json 2024-09-05 13:49:25 -04:00

README.md

Interoperability/end to end test-plans & performance benchmarking for libp2p

Interop Dashboard

Made by Protocol Labs

This repository contains:

  • interoperability tests for libp2p's transport layers modules across different implementations and versions
  • components to run performance benchmarks for different libp2p implementations

Transport Interop

Specs

Please see our first specification for interoperability tests between transports, multiplexers, and secure channels here: Transport Interoperability Test Specs

More specs to come soon!

History

These test-plans historically used Testground. To read why we're now using docker compose instead please see: Why we're moving away from Testground

Performance Benchmarking

Please see the benchmarking README.

Roadmap

Our roadmap for test-plans can be found here: https://github.com/libp2p/test-plans/blob/master/ROADMAP.md

It represents current projects the test-plans maintainers are focused on and provides an estimation of completion targets. It is complementary to those of go-libp2p, rust-libp2p, js-libp2p, and the overarching libp2p project roadmap.

License

Dual-licensed: MIT, Apache Software License v2, by way of the Permissive License Stack.