mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
8a40e2e9e3
These example programs are derived from long-running (>15 minutes) tests in the test suites of highly-downloaded crates. They should serve as realistic but also somewhat pathological workloads for the interpreter. The unicode program stresses the code which looks for adjacent and equal stacks to merge them. The backtrace program has an uncommonly large working set of borrow tags per borrow stack. This also updates the .gitignore to ignore files commonly emitted in the course of using these benchmark programs.
10 lines
198 B
TOML
10 lines
198 B
TOML
[package]
|
|
name = "unicode"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
unicode-xid = "0.2.3"
|