(serializer: str, datatype: str, operation: str)
| 809 | |
| 810 | |
| 811 | def benchmark_name(serializer: str, datatype: str, operation: str) -> str: |
| 812 | return f"BM_{SERIALIZER_LABELS[serializer]}_{DATA_LABELS[datatype]}_{operation.capitalize()}" |
| 813 | |
| 814 | |
| 815 | def build_case( |