generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.[E] PerformanceTrack performance improvement (Time / Memory / CPU)Track performance improvement (Time / Memory / CPU)
Description
#4127 turned on some target features on some platforms (e.g. sse and sse2 on x86_64 and neon on aarch64). One of the regressions suffered a significant slowdown as a result of this change:
hashset/check_contains_str | 767.537 | 33.0624 | +2221.480%
kani/tests/perf/hashset/src/lib.rs
Lines 42 to 45 in 23c842d
| fn check_contains_str() { | |
| let set = HashSet::from(["s"]); | |
| assert!(set.contains(&"s")); | |
| } |
We need to investigate if this slowdown can be addressed.
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.[E] PerformanceTrack performance improvement (Time / Memory / CPU)Track performance improvement (Time / Memory / CPU)