From 568ce1adf6d47769a7c09def6c37c31c58b4ff5f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 18 Jul 2020 14:58:11 +0100 Subject: [PATCH] results --- src/bin/slotmap-slot-idx-test.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/slotmap-slot-idx-test.rs b/src/bin/slotmap-slot-idx-test.rs index acb11bd8..b5ca7365 100644 --- a/src/bin/slotmap-slot-idx-test.rs +++ b/src/bin/slotmap-slot-idx-test.rs @@ -1,4 +1,9 @@ +// results: +// rustc 1.46.0-nightly --release +// +// slotmap::Keydata::get_idx_version 3.259 3.185 3.220 + use slotmap::KeyData; const BATCH : usize = 128; -- 2.30.2