Skip to content

Commit 53cbb4c

Browse files
Merge pull request #789 from rylev/externs
Add benchmark for large amount of extern functions
2 parents cd59152 + a2bf11e commit 53cbb4c

File tree

5 files changed

+24012
-4
lines changed

5 files changed

+24012
-4
lines changed

collector/benchmarks/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ programs.
109109
- **wf-projection-stress-65510**: A stress test which showcases [quadratic
110110
behavior](https://github.com/rust-lang/rust/issues/65510) (in the number of
111111
associated type bounds).
112+
- **externs**: A large amount of extern functions has caused [slowdowns in the past](https://github.com/rust-lang/rust/pull/78448).

collector/benchmarks/externs/Cargo.lock

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[package]
2+
name = "externs"
3+
version = "0.1.0"
4+
edition = "2018"
5+
6+
[workspace]

0 commit comments

Comments
 (0)