/
githubmirror
/
sway
Обзор
Документация
Войти
/
githubmirror
/
sway
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitignore
47 строк
991 B
Igor Rončević
Add `--perf` option to `test` to collect and diff performance data (#7459)
21 окт 2025, 17:41
Не верифицирован
21 окт 2025, 17:41
46e83a6
Код
Авторство
О чём код?
# Generated by Cargo # will have compiled files and executables **/*/target/ target # ABI JSON and storage slots JSON output files in tests **/*/json_abi_output*.json **/*/json_abi_output_flat.json **/*/json_storage_slots_output*.json # Performance benchmark outputs **/*/*gas-usages-*.csv **/*/*gas-usages-*.md **/*/*gas-usages-*.html **/*/*bytecode-sizes-*.csv **/*/*bytecode-sizes-*.md **/*/*bytecode-sizes-*.html # These are backup files generated by rustfmt **/*.rs.bk # `std` is a lib, no need to commit its lock file. sway-lib-std/Forc.lock # Forc's build directory out # Benchmarks data output directory benchmarks/ # Generated client schema **/schema.graphql # .DS_Store .DS_Store # Generated files in test directories sway-lsp/tests/**/Forc.lock forc-plugins/forc-debug/tests/**/Forc.lock forc-plugins/forc-client/test/**/Forc.lock # Generated files in example directories examples/**/*/Forc.lock docs/reference/src/code/examples/**/*/Forc.lock # Insta files *.snap.new