Add the first use of the rust benchmark tests.

This commit is contained in:
Tom Alexander
2023-10-16 15:50:08 -04:00
parent 547fc40dbe
commit 72b4cf8e71
2 changed files with 25 additions and 0 deletions

View File

@@ -2,8 +2,11 @@
#![feature(trait_alias)]
#![feature(path_file_prefix)]
#![feature(is_sorted)]
#![feature(test)]
// TODO: #![warn(missing_docs)]
extern crate test;
#[cfg(feature = "compare")]
pub mod compare;