]> zoso.dev Git - libnemo.git/commitdiff
Run a benchmark.
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 21:35:55 +0000 (13:35 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 21:35:55 +0000 (13:35 -0800)
benchmarks.md

index 505ac798bf713580fec87cdf979bd52f289014e2..c1f5ae53b20877eb12c768ca2dc3e8ea0074bf8c 100644 (file)
@@ -71,4 +71,13 @@ Geometric: 228.69384924435158 ms
 Minimum: 21.900000005960464 ms
 Maximum: 1479.5 ms
 
+libnemo: Time to calculate proof-of-work for a send block 32 times
+(after inlining three G calls)
+Total: 11208.399999916553 ms
+Average: 350.2624999973923 ms
+Harmonic: 115.78621253028925 ms
+Geometric: 210.41080264689026 ms
+Minimum: 25 ms
+Maximum: 1249.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.