shithub
tenseleyflow
/
bencch
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bencch
Public
Watch
0
Fork
0
Star
0
bencch
/
bench
/
src
/
main.rs
Rust · 129 bytes
Raw
Blame
History
1
fn
main
()
{
2
let
args
:
Vec
<
String
>
=
std
::
env
::
args
().
skip
(
1
).
collect
();
3
std
::
process
::
exit
(
afs_tests
::
run_cli
(
&
args
));
4
}
5