<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Hi, Sergey,</p>
<p>thanks for the patch!</p>
<p>Sergey</p>
<div class="moz-cite-prefix">On 12/26/25 12:17, Sergey Kaplun wrote:<br>
</div>
<p><snipped></p>
<blockquote type="cite"
cite="mid:12e9c9662886c6b00f442e6f08722e0c066f401d.1766738771.git.skaplun@tarantool.org">
<pre wrap="" class="moz-quote-pre">
+ checker = function(res)
+ if N == DEFAULT_N then
+ assert(res[0] == 2488465)
+ assert(res[1] == 1299069)
+ assert(res[2] == 679461)</pre>
</blockquote>
<p>Minor: I would leave a comment about magic numbers or use
variables with self-explained names.</p>
<p>Feel free to ignore.</p>
<blockquote type="cite"
cite="mid:12e9c9662886c6b00f442e6f08722e0c066f401d.1766738771.git.skaplun@tarantool.org">
<pre wrap="" class="moz-quote-pre">
+ end
+ return true
+ end,
+}
+
+bench:add(benchmark)
+bench:run_and_report()
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>