Skip to content

Instantly share code, notes, and snippets.

@MarcoPolo
Created December 9, 2022 19:25
Show Gist options
  • Save MarcoPolo/e4488ce57c58469298918af896ded192 to your computer and use it in GitHub Desktop.
Save MarcoPolo/e4488ce57c58469298918af896ded192 to your computer and use it in GitHub Desktop.
{
"groups": [
{
"artifact": "{{ goV0230.imageID }}",
"builder": "docker:generic",
"id": "Go v0.23"
},
{
"artifact": "{{ goV0230.imageID }}",
"builder": "docker:generic",
"id": "Rust v0.49.0"
}
],
"runs": [
{
"id": "Go v0.23 x Go v0.23",
"groups": [
{
"id": "Go v0.23",
"instances": {
"count": 2
}
}
],
"test_params": {
"iterations": "5",
"max_latency_ms": "500"
}
},
{
"id": "Rust v0.49.0 x Rust v0.49.0",
"groups": [
{
"id": "Rust v0.49.",
"instances": {
"count": 2
}
}
],
"test_params": {
"iterations": "5",
"max_latency_ms": "500"
}
},
{
"id": "Go v0.23 x Rust v0.49.0",
"groups": [
{
"id": "Go v0.23",
"instances": {
"count": 1
}
},
{
"id": "Rust v0.49.",
"instances": {
"count": 1
}
}
],
"test_params": {
"iterations": "5",
"max_latency_ms": "500"
}
}
],
"global": {
"builder": "docker:generic",
"case": "ping-test",
"plan": "libp2p",
"runner": "local:docker"
}
}
{
"testPlans": [
{
"name": "Go v0.23 x Go v0.23",
"instances": [
{
"name": "Go v0.23",
"containerImageID": "sha256:344899ab81f070e7a68db3b82d209bd3774cd0224196839b77bba5591c739f43",
"copies": 2,
"runtimeEnv": {
"max_latency_ms": 500,
"iterations": 5
}
}
]
},
{
"name": "Rust v0.49.0 x Rust v0.49.0",
"instances": [
{
"name": "Rust v0.49.0",
"containerImageID": "sha256:880bb0223279512ed4f5f9d5912ba9c4a55b15b8d97e579945345fa6c78b77bc",
"copies": 2,
"runtimeEnv": {
"max_latency_ms": 500,
"iterations": 5
}
}
]
},
{
"name": "Go v0.23 x Rust v0.49.0",
"instances": [
{
"name": "Go v0.23",
"containerImageID": "sha256:344899ab81f070e7a68db3b82d209bd3774cd0224196839b77bba5591c739f43",
"runtimeEnv": {
"max_latency_ms": 500,
"iterations": 5
}
},
{
"name": "Rust v0.49.0",
"containerImageID": "sha256:880bb0223279512ed4f5f9d5912ba9c4a55b15b8d97e579945345fa6c78b77bc",
"runtimeEnv": {
"max_latency_ms": 500,
"iterations": 5
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment