From fcb4edb2510bfd08310bfdd69d90db206b21ed55 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 9 Jan 2025 12:40:09 -0800 Subject: [PATCH] Take a benchmark. --- benchmarks.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/benchmarks.md b/benchmarks.md index c531d67..c45a7e9 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -92,7 +92,7 @@ Geometric: 205.28427810986508 ms Minimum: 20.099999964237213 ms Maximum: 1850.5 ms -GLOBALS.mjs:46 PASS libnemo: Time to calculate proof-of-work for a send block 512 times +libnemo: Time to calculate proof-of-work for a send block 512 times (after inlining 5 rounds of G mixing and replacing if with select in original G function) Total: 135665.40000021458 ms Average: 264.9714843754191 ms @@ -101,6 +101,15 @@ Geometric: 181.19191881133972 ms Minimum: 19.599999964237213 ms Maximum: 1908.5 ms +libnemo: Time to calculate proof-of-work for a send block 512 times +(after inlining 9 rounds of G mixing and replacing if with select in original G function) +Total: 147481.09999907017 ms +Average: 288.0490234356839 ms +Harmonic: 122.25335314983455 ms +Geometric: 192.75325397221323 ms +Minimum: 22.19999998807907 ms +Maximum: 1762.800000011921 ms + PowGpu: Time to calculate proof-of-work for a send block 32 times -- 2.34.1