polybase / zk-benchmarks

https://zkbench.dev
40 stars 4 forks source link

Fibonacci #14

Closed mateuszmlc closed 1 year ago

mateuszmlc commented 1 year ago

Includes #13 so that we don't need to re-run benchmarks after merging. I also changed noir's b.run()s to include the time it takes to execute the circuit with inputs instead of just proving, to make it closer to our other benchmarks.

linear[bot] commented 1 year ago

ENG-1008 Fibonacci

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
zk-benchmarks ✅ Ready (Inspect) Visit Preview Sep 4, 2023 2:39pm
mateuszmlc commented 1 year ago

@calummoore The noir Fibonacci results are strange, fib(100000) is faster than fib(1000000)

calummoore commented 1 year ago

fib(100000) is faster than fib(1000000)

Yeah, there is not a lot in it though (0.008s) so I suspect that's just whatever else was going on in your machine at the time?