* feat: differentiate benchmark graphs by nb of workers * fix: multiple workers action save changes * fix: github action * fix: workers and pull * fix: typo * fix: dedicated bench * fix: dedicated * fix: add back dep * fix: push dedicated changes
24 lines
392 B
JSON
24 lines
392 B
JSON
{
|
|
"benchmarks": [
|
|
{
|
|
"graph_title": "warmup",
|
|
"kind": "dedicated",
|
|
"jobs": 50000
|
|
},
|
|
{
|
|
"graph_title": "dedicated throughput benchmark",
|
|
"kind": "dedicated",
|
|
"jobs": 90000
|
|
}
|
|
],
|
|
"extra_graphs": [
|
|
{
|
|
"graph_title": "bun vs dedicated vs noop",
|
|
"kinds": [
|
|
"bun",
|
|
"dedicated",
|
|
"noop"
|
|
]
|
|
}
|
|
]
|
|
} |