From c54eb48013e6b18f96388705975536d0c22c9643 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 7 Jan 2024 10:45:03 -0800 Subject: [PATCH] Update benchmark results using nightly-2024-01-07 --- benches/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/benches/README.md b/benches/README.md index 3740430..0e8afe3 100644 --- a/benches/README.md +++ b/benches/README.md @@ -3,16 +3,16 @@ Example output:
 $ cargo run && cargo run --release
 
-   Compiling quote v1.0.10
+   Compiling quote v1.0.35
    Compiling quote-benchmark v0.0.0
-macro in debug mode: 1655 micros
+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: 1205 micros
-   Compiling quote v1.0.10
+non-macro in debug mode: 537 micros
+   Compiling quote v1.0.35
    Compiling quote-benchmark v0.0.0
-macro in release mode: 1635 micros
+macro in release mode: 423 micros
     Finished release [optimized] target(s) in 4.00s
      Running `target/release/quote-benchmark`
-non-macro in release mode: 105 micros
+non-macro in release mode: 134 micros