This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6cd74ee9c7
rust
/
.gitignore
11 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add tests for cargo miri and run them on travis
2017-01-24 10:55:42 -06:00
target
Ignore generated documentation.
2015-12-12 00:46:32 -06:00
/doc
Move slides into new tex directory.
2016-04-08 14:25:36 -05:00
tex/*/out
Ignore graphviz debug output files.
2015-11-21 17:58:52 -06:00
*.dot
rustup (i128)
2017-01-12 01:28:42 -06:00
*.rs.bk
add .vscode to .gitignore
2022-03-27 04:41:40 -05:00
.vscode
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 18:32:43 -05:00
*.mm_profdata
perf.data
perf.data.old
flamegraph.svg
Reference in New Issue
Copy Permalink