<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/equix/bench, branch arti-v1.1.13</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-02T19:04:32Z</updated>
<entry>
<title>Update other cargo.lock files.</title>
<updated>2023-10-02T19:04:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-02T19:04:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f926701f8c7fde304d492092aac2acc6de019f3c'/>
<id>urn:sha1:f926701f8c7fde304d492092aac2acc6de019f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update bench lockfiles for new fixed-capacity-vec</title>
<updated>2023-09-20T13:43:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-20T13:43:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=26f210d9ae7785989d07d185ae7f120f5fe77170'/>
<id>urn:sha1:26f210d9ae7785989d07d185ae7f120f5fe77170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to FixedCapacityVec 0.1.0 from crates.io</title>
<updated>2023-09-06T10:21:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-01T09:17:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63db4c61fa3be9fc36e6b5117fa12edbeff33cd9'/>
<id>urn:sha1:63db4c61fa3be9fc36e6b5117fa12edbeff33cd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade bench/ lockfiles too.</title>
<updated>2023-09-05T17:43:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T16:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c63d913978acd7dc438d2316d497d5fe9d3ce116'/>
<id>urn:sha1:c63d913978acd7dc438d2316d497d5fe9d3ce116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update equix/bench/Cargo.lock.</title>
<updated>2023-09-05T12:31:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T12:31:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5024b5584cc3c20b4834eb3969f5a3e596a43450'/>
<id>urn:sha1:5024b5584cc3c20b4834eb3969f5a3e596a43450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>equix/bench: Update Cargo.lock</title>
<updated>2023-08-03T02:29:23Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-03T02:28:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=943960e4d3950e7f9d2fa8210f30f85861751f93'/>
<id>urn:sha1:943960e4d3950e7f9d2fa8210f30f85861751f93</id>
<content type='text'>
New dependency from 82eb88bd7462069537e82be8488d5b9b7d3a3f7a
</content>
</entry>
<entry>
<title>hashx/bench, equix/bench: Enable debug symbols</title>
<updated>2023-08-02T02:28:46Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-07-31T20:07:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=315122f159b9894ceea033c0355a97ab80031bab'/>
<id>urn:sha1:315122f159b9894ceea033c0355a97ab80031bab</id>
<content type='text'>
Propagates this setting from the outer Cargo.toml to the new
benchmark crates, since they no longer get the setting by
being included in the main workspace.

Signed-off-by: Micah Elizabeth Scott &lt;beth@torproject.org&gt;
</content>
</entry>
<entry>
<title>hashx/bench, equix/bench: check in matching Cargo.lock files</title>
<updated>2023-08-02T02:28:46Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-07-31T18:02:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=256e5de9e586baf4d762331d40358c6e571e7b00'/>
<id>urn:sha1:256e5de9e586baf4d762331d40358c6e571e7b00</id>
<content type='text'>
It might be useful to keep these locked down for benchmark
reproducibility. Currently the hashx and equix crates are
fully separate.

Signed-off-by: Micah Elizabeth Scott &lt;beth@torproject.org&gt;
</content>
</entry>
<entry>
<title>equix, hashx: Benchmark against C implementation</title>
<updated>2023-08-02T02:28:43Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-07-27T14:17:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ae58ea06970b084def02879263d98912ec2b1c03'/>
<id>urn:sha1:ae58ea06970b084def02879263d98912ec2b1c03</id>
<content type='text'>
This is a small batch of improvements for the equix and hashx
benchmarks. The headline feature is that we are now including
the C implementations (slightly modified from tevador's, hosted
as part of c-tor) and using them in apples-to-apples comparisons.

Minor features:
- Benchmarks moved to new nested crates, preventing their
  dependencies from spilling into the main workspace build.
- Tests are now grouped
- We also test the performance of memory reuse where possible
- Code cleanup for per-runtime options

These benchmark builds will now automatically pull in the c-tor
git repo and build portions of it with a Rust wrapper. This uses
the 'cc' and 'bindgen' crates, so it requires a C compiler and
libclang on the host system.

Signed-off-by: Micah Elizabeth Scott &lt;beth@torproject.org&gt;
</content>
</entry>
</feed>
