KMP_AFFINITY Benchmarking Example
Prequisites
kubectl port-forward $(kubectl get pods -l istio=ingressgateway -n istio-system -o jsonpath='{.items[0].metadata.name}') -n istio-system 8003:8080from IPython.core.magic import register_line_cell_magic
@register_line_cell_magic
def writetemplate(line, cell):
with open(line, "w") as f:
f.write(cell.format(**globals()))VERSION = !cat ../../../version.txt
VERSION = VERSION[0]
VERSIONCIFAR10 Model with KMP Settings
Direct Tests
Run Vegeta Benchmark
Notes
Last updated
Was this helpful?