mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 15:19:40 +00:00
.. | ||
Cargo.toml | ||
lib.rs | ||
main.rs | ||
README.md | ||
timer.rs |
Example output:
$ cargo run && cargo run --release Compiling quote v1.0.10 Compiling quote-benchmark v0.0.0 macro in debug mode: 1655 micros Finished dev [unoptimized + debuginfo] target(s) in 4.39s Running `/git/quote/target/debug/quote-benchmark` non-macro in debug mode: 1205 micros Compiling quote v1.0.10 Compiling quote-benchmark v0.0.0 macro in release mode: 1635 micros Finished release [optimized] target(s) in 4.00s Running `/git/quote/target/release/quote-benchmark` non-macro in release mode: 105 micros