]> zoso.dev Git - libnemo.git/commitdiff
Benchmark a couple more times now that G round 0 is completely inlined.
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 22:19:25 +0000 (14:19 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 22:19:25 +0000 (14:19 -0800)
benchmarks.md

index c1f5ae53b20877eb12c768ca2dc3e8ea0074bf8c..f21381c1ab58cbf8e321757c0d970fdf0484eae8 100644 (file)
@@ -55,6 +55,15 @@ Total: 187827.7999998629 ms
 Average: 366.85117187473224 ms
 Harmonic: 223.9897252426498 ms
 
+libnemo: Time to calculate proof-of-work for a send block 512 times
+(after inlining entire first G round)
+Total: 156981.3999993205 ms
+Average: 306.60429687367287 ms
+Harmonic: 128.74904701127866 ms
+Minimum: 21.700000047683716 ms
+Maximum: 1981.199999988079 ms
+
+
 PowGpu: Time to calculate proof-of-work for a send block 32 times
 Total: 8909.500000029802 ms
 Average: 278.4218750009313 ms
@@ -80,4 +89,13 @@ Geometric: 210.41080264689026 ms
 Minimum: 25 ms
 Maximum: 1249.199999988079 ms
 
+libnemo: Time to calculate proof-of-work for a send block 32 times
+Total: 9778.899999797344 ms
+(after inlining entire first G round)
+Average: 305.590624993667 ms
+Harmonic: 120.65186396913916 ms
+Geometric: 193.85674573632113 ms
+Minimum: 23.69999998807907 ms
+Maximum: 1752.199999988079 ms
+
 In the following code, look at the fourth argument. Prepend it with `v&` and remove its `u` suffix. Then insert a parameter right after it with the same name except the digit is incremented by 1. For example, `G(&v, &v0, &v1, 8u, 16u, 24u, m0, m1, m2, m3);` becomes `G(&v, &v0, &v1, &v8, &v9, 16u, 24u, m0, m1, m2, m3);`. Make sure the ampersand is present and the digits are correct as described. Do not make any other modifications.