File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/env rust-script
1
+ #!/usr/bin/env -S cargo +nightly -Zscript
2
+ ---cargo
3
+ [ dependencies]
4
+ clap = { version = "4.0.29" , features = [ "derive" ] }
5
+ itertools = "0.10.5"
6
+ ---
2
7
//! Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
8
//! SPDX-License-Identifier: Apache-2.0 OR ISC
4
9
//! To run, you will need to install rust-script:
11
16
//! $ find ./target/criterion -name "raw.csv" | xargs cat | sort | egrep -v "^group" > bench-aarch64-AL2.csv
12
17
//! ```
13
18
//!
14
- //! ```cargo
15
- //! [dependencies]
16
- //! clap = { version = "4.0.29", features = ["derive"] }
17
- //! itertools = "0.10.5"
18
- //! ```
19
+
19
20
20
21
use std:: cmp:: Ordering ;
21
22
use std:: collections:: HashMap ;
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env -S cargo +nightly -Zscript
2
- ``` cargo
2
+ --- cargo
3
3
[ dependencies]
4
4
toml = "0.8"
5
5
clap = { version = "4" , features = [ "derive" ] }
6
- ```
6
+ ---
7
7
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
8
8
// SPDX-License-Identifier: Apache-2.0 OR ISC
9
9
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env -S cargo +nightly -Zscript
2
- ``` cargo
2
+ --- cargo
3
3
[ dependencies]
4
4
clap = { version = "4" , features = [ "derive" ] }
5
5
regex = "1"
6
6
semver = "1"
7
- ```
7
+ ---
8
8
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
9
9
// SPDX-License-Identifier: Apache-2.0 OR ISC
10
10
You can’t perform that action at this time.
0 commit comments