Add type to name
This commit is contained in:
2
.github/workflows/diff.yaml
vendored
2
.github/workflows/diff.yaml
vendored
@@ -282,7 +282,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./cache
|
||||
key: ${{ runner.os }}-benchmark
|
||||
key: ${{ runner.os }}-v1-benchmark
|
||||
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
|
||||
@@ -34,7 +34,7 @@ def adapt_to_benchmark_action(data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
||||
assert "throughput" in type_data, f"There is no throughput in {type_data}!"
|
||||
output.append(
|
||||
{
|
||||
"name": f"{dataset_name}_{dataset_type}_{execution_type}",
|
||||
"name": f"{dataset_name}_{dataset_type}_{execution_type}_{type}",
|
||||
"unit": "QPS",
|
||||
"value": type_data["throughput"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user