mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 16:42:05 +02:00
It turns out this takes less than a millisecond, at least when the event loop is empty, but the setup might still be useful in the future. Run with `cargo bench -p signal-neon-futures`.
11 lines
137 B
Rust
11 lines
137 B
Rust
//
|
|
// Copyright 2021 Signal Messenger, LLC.
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
mod util;
|
|
|
|
fn main() {
|
|
util::run("test")
|
|
}
|