Max Inden
0df7762587
chore(perf): document GitHub action usage ( #212 )
2023-06-30 04:25:05 +02:00
github-actions[bot]
7c43c940ce
chore: update the link to the interop dashboard [skip ci]
2023-06-29 23:33:52 +00:00
Marco Munizaga
95f1277fed
Squash queries down to just 2 ( #210 )
2023-06-29 15:16:32 -07:00
github-actions[bot]
7268d72a65
chore: update the link to the interop dashboard [skip ci]
2023-06-29 21:04:08 +00:00
Marco Munizaga
fd719f534e
Less error-prone way of defining image IDs and other quality of life improvements ( #208 )
...
* Make canonicalImageIDLookup default
* Fix browser containerImageID
2023-06-29 12:52:13 -07:00
GitHub
42179a6721
chore: Update .github/workflows/stale.yml [skip ci]
2023-06-28 08:54:37 +00:00
github-actions[bot]
79c94da915
chore: update the link to the interop dashboard [skip ci]
2023-06-27 02:45:59 +00:00
Max Inden
67960902e8
feat(perf/go-libp2p): add v0.28.1 ( #209 )
2023-06-27 03:24:19 +02:00
github-actions[bot]
d18494ea9a
chore: update the link to the interop dashboard [skip ci]
2023-06-26 10:07:28 +00:00
github-actions[bot]
4ba32fe7db
chore: update the link to the interop dashboard [skip ci]
2023-06-26 09:49:53 +00:00
Max Inden
cdf7820037
refactor(perf): expose single latency measurement ( #207 )
2023-06-26 10:35:44 +02:00
Max Inden
81b6e7c370
feat(interop): add rust-libp2p v0.52 ( #206 )
...
See https://github.com/libp2p/rust-libp2p/releases/tag/libp2p-v0.52.0
Co-authored-by: Marco Munizaga <git@marcopolo.io>
2023-06-26 10:33:06 +02:00
github-actions[bot]
3b8e62b74b
chore: update the link to the interop dashboard [skip ci]
2023-06-23 03:06:48 +00:00
Max Inden
b1cfea4f52
fix(perf/go-libp2p): close write after sending in client ( #205 )
...
Follow up to https://github.com/libp2p/test-plans/pull/184 .
2023-06-23 03:43:06 +02:00
github-actions[bot]
19d5ac0619
chore: update the link to the interop dashboard [skip ci]
2023-06-22 13:55:01 +00:00
github-actions[bot]
f27d0445e6
chore: update the link to the interop dashboard [skip ci]
2023-06-22 13:14:05 +00:00
Max Inden
2ddea6a139
fix(perf/https): request downloadBytes instead of uploadBytes ( #203 )
2023-06-22 14:49:42 +02:00
Max Inden
53ff8b5db1
feat(perf): add (automation, provision, build, run) tooling ( #184 )
...
This project includes the following components:
- `terraform/`: a Terraform scripts to provision infrastructure
- `impl/`: implementations of the [libp2p perf
protocol](https://github.com/libp2p/specs/blob/master/perf/perf.md ) running on
top of e.g. go-libp2p, rust-libp2p or Go's std-library https stack
- `runner/`: a set of scripts building and running the above implementations on
the above infrastructure, reporting the results in `benchmark-results.json`
Benchmark results can be visualized with
https://observablehq.com/@mxinden-workspace/libp2p-performance-dashboard .
Co-authored-by: Marco Munizaga <git@marcopolo.io>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
2023-06-22 13:54:09 +02:00
github-actions[bot]
3c7d726d4a
chore: update the link to the interop dashboard [skip ci]
2023-06-20 19:01:51 +00:00
Marco Munizaga
af82e8fc5f
Rename `build-without-cache` to `build-without-secrets` ( #199 )
...
This workflow uses the public cache. It just can't update it. The goal of this workflow is to see how public forks behave. The name is a vestige from when we didn't have a public cache. But the original goal was always to see how public forks and external repos would behave.
2023-06-20 10:55:43 -07:00
github-actions[bot]
6e0b215ce4
chore: update the link to the interop dashboard [skip ci]
2023-06-20 13:26:45 +00:00
kevodwyer
248cf9962c
fix(java-libp2p): update test client with resource fix ( #200 )
2023-06-20 14:20:17 +02:00
github-actions[bot]
9af8b511b1
chore: update the link to the interop dashboard [skip ci]
2023-06-16 22:35:20 +00:00
kevodwyer
112e2efe20
add Java to interop tests ( #197 )
...
* add Nabu (Java) to interop tests
* naming fix
* missed a reference
* update build commit
* update build commit
* update git hash
* add to gitignore
2023-06-16 14:14:47 -07:00
GitHub
df7c9d711c
chore: Update .github/workflows/stale.yml [skip ci]
2023-06-14 09:03:57 +00:00
github-actions[bot]
b446a9f9ad
chore: update the link to the interop dashboard [skip ci]
2023-06-13 22:50:41 +00:00
Marten Seemann
b0d365365b
chore: remove Go version badge from readme ( #194 )
2023-06-13 14:47:07 -07:00
github-actions[bot]
88bf66afd3
chore: update the link to the interop dashboard [skip ci]
2023-06-13 21:44:27 +00:00
github-actions[bot]
4e5c9e99a6
chore: update the link to the interop dashboard [skip ci]
2023-06-13 19:35:54 +00:00
Prithvi Shahi
f828ee216b
chore: add go-libp2p 0.28.0 and update to v0.27.6 ( #192 )
2023-06-13 11:33:32 -07:00
github-actions[bot]
0143634927
chore: update the link to the interop dashboard [skip ci]
2023-06-08 22:51:12 +00:00
Marco Munizaga
06a82c0d95
Reintroduce js-libp2p v0.45.0 and fix build from cache ( #189 )
...
* Add js-libp2p v0.45.0
* Name the image before creating browser images
* Update commit sha to test webrtc
* Enable webrtc & webrtc-direct tests
2023-06-08 14:56:17 -07:00
github-actions[bot]
ba3f8cfc20
chore: update the link to the interop dashboard [skip ci]
2023-06-03 02:16:29 +00:00
Marco Munizaga
fb9bb6a690
Don't include muxer and secure channel for webrtc ( #190 )
...
* Don't include muxer and secure channel for webrtc
* Also filter out webrtc
2023-06-02 18:34:28 -07:00
github-actions[bot]
6d55e6995c
chore: update the link to the interop dashboard [skip ci]
2023-06-02 17:13:47 +00:00
Marco Munizaga
22f37a0e93
Revert "Add js-libp2p v0.45.0 ( #187 )" ( #188 )
...
This reverts commit e9f4962362
.
2023-06-02 09:21:20 -07:00
github-actions[bot]
bd3d138c7c
chore: update the link to the interop dashboard [skip ci]
2023-06-02 15:51:15 +00:00
Marco Munizaga
e9f4962362
Add js-libp2p v0.45.0 ( #187 )
2023-06-02 08:43:54 -07:00
github-actions[bot]
4a35532808
chore: update the link to the interop dashboard [skip ci]
2023-05-19 20:33:53 +00:00
Chad Nehemiah
633ff35ba4
docs: update readme for instructions on running locally ( #182 )
...
* docs: update readme for instructions on running locally
* docs: update readme for instructions on running locally
* docs: pr feedback
2023-05-19 12:39:08 -07:00
github-actions[bot]
92bf5c4ca5
chore: update the link to the interop dashboard [skip ci]
2023-05-16 18:31:08 +00:00
github-actions[bot]
4f53d80b8d
chore: update the link to the interop dashboard [skip ci]
2023-05-16 16:19:59 +00:00
Thomas Eizinger
f1acc202eb
Update Rust tests to use smaller docker container ( #181 )
2023-05-16 08:01:28 -07:00
github-actions[bot]
b2504be8cb
chore: update the link to the interop dashboard [skip ci]
2023-05-05 07:34:02 +00:00
Max Inden
a2235a0d55
feat(interop): add js-libp2p v0.44 ( #171 )
...
Copy of `multidim-interop/impl/js/v0.42` plus version adjustments + reenable
WebRTC (see https://github.com/libp2p/test-plans/pull/160 ).
2023-05-05 08:44:42 +02:00
github-actions[bot]
ec279581b8
chore: update the link to the interop dashboard [skip ci]
2023-05-04 22:46:55 +00:00
Prithvi Shahi
a1edfe231e
chore: Add go-libp2p v0.27.1 and v0.26.4, update zig-libp2p ( #177 )
...
* chore: Add go-libp2p v0.27.1 and v0.26.4
* update zig
2023-05-04 15:10:16 -07:00
github-actions[bot]
f54b5d45bd
chore: update the link to the interop dashboard [skip ci]
2023-05-03 18:48:48 +00:00
Marco Munizaga
103b2a3847
Update zig-libp2p to latest head to fix a flaky segfault ( #175 )
2023-05-03 11:20:49 -07:00
github-actions[bot]
70f2c0210f
chore: update the link to the interop dashboard [skip ci]
2023-05-01 21:13:44 +00:00