mirror of
https://github.com/openharmony/third_party_rust_quote.git
synced 2026-07-19 22:03:30 -04:00
b5cd9ef490
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
Example output:
$ cargo run && cargo run --release
Compiling quote v1.0.35
Compiling quote-benchmark v0.0.0
macro in debug mode: 440 micros
Finished dev [unoptimized + debuginfo] target(s) in 4.39s
Running `target/debug/quote-benchmark`
non-macro in debug mode: 537 micros
Compiling quote v1.0.35
Compiling quote-benchmark v0.0.0
macro in release mode: 423 micros
Finished release [optimized] target(s) in 4.00s
Running `target/release/quote-benchmark`
non-macro in release mode: 134 micros