This website requires JavaScript.
Explore
Help
Sign in
traxys
/
tree-sitter
Watch
1
Star
0
Fork
You've already forked tree-sitter
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
04b9eb5700
tree-sitter
/
script
/
benchmark.cmd
5 lines
73 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Add benchmark script * Structure `cli` crate as both a library and an executable, so that benchmarks can import code from the crate. * Import macros in the Rust 2018 style.
2019-02-01 14:39:37 -08:00
@
echo
off
Only build the CLI crate when running benchmarks
2021-02-05 11:55:54 -08:00
cargo bench benchmark -p tree-sitter-cli
ci(windows): exit in script when failing
2022-04-24 05:46:16 +00:00
exit
/b
%errorlevel%
Reference in a new issue
Copy permalink