Files
libsignal/rust/bridge/node/futures/tests/node.rs
Jordan Rose e77584753a signal-neon-futures: Add a Node benchmark for a single round trip
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`.
2021-04-16 15:14:22 -07:00

11 lines
137 B
Rust

//
// Copyright 2021 Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//
mod util;
fn main() {
util::run("test")
}