| Crates.io | eyelid-test |
| lib.rs | eyelid-test |
| version | 0.0.0 |
| created_at | 2024-04-05 01:14:00.69412+00 |
| updated_at | 2024-04-05 01:14:00.69412+00 |
| description | Iris matching test frameworks and test data |
| homepage | https://inversed.tech/#our-portfolio |
| repository | https://github.com/Inversed-Tech/eyelid |
| max_upload_size | |
| id | 1196945 |
| size | 2,934 |
Private iris matching
Benchmark Rust futures with criterion by enabling the async_tokio feature.
Benchmark using different configurations:
ark_poly and ark_ff with the parallel feature,ark_ff with the asm feature on x86_64 only. The README is outdated, asm!() is supported by the stable Rust compiler on some platforms, orRUSTFLAGS="--emit-asm".Produce different benchmark outputs from criterion by enabling the html_reports and plotters features.
Benchmark using different tools:
iai or criterion-perf-events, orflamegraph.