rust/.gitignore
Ben Kimock 8a40e2e9e3 Add more bench-cargo-miri programs
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.
2022-06-08 21:35:02 -04:00

11 lines
97 B
Plaintext

target
/doc
tex/*/out
*.dot
*.rs.bk
.vscode
*.mm_profdata
perf.data
perf.data.old
flamegraph.svg