From 9fa15d90457eae968a321c9e83a9fc75f3de3ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Wed, 29 Nov 2023 23:14:38 +0100 Subject: [PATCH] add benchmark-findings.md which is a scratchpad for things that stand out to me with the benchmark results --- benchmarks/benchmark-findings.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 benchmarks/benchmark-findings.md diff --git a/benchmarks/benchmark-findings.md b/benchmarks/benchmark-findings.md new file mode 100644 index 0000000..eac5519 --- /dev/null +++ b/benchmarks/benchmark-findings.md @@ -0,0 +1,4 @@ +# cross-copy +- for internode copy, the src-node-engine is only slightly faster than the dst +- for intersocket copy, the src-node-engine is faster than dst-node-engine +- using both in tandem can give about 1.4x speedup over only src-node