From ca565e3d32c0815722302331edbc59ce8a1ca9b8 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Sat, 30 Mar 2024 16:38:53 +0000 Subject: notes on how to reproduce --- src/Justfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Justfile') diff --git a/src/Justfile b/src/Justfile index 0d20a5e..6ed018f 100644 --- a/src/Justfile +++ b/src/Justfile @@ -3,8 +3,6 @@ target_dir := justfile_directory() / "target" tests_dir := justfile_directory() / "tests" tests_manifest := tests_dir / "Cargo.toml" -impls := "std::collections::BTreeSet primrose_library::LazySortedVec std::collections::LinkedList primrose_library::EagerUniqueVec std::collections::HashSet std::collections::BTreeMap std::collections::HashMap primrose_library::LazyUniqueVec primrose_library::EagerSortedVec std::vec::Vec" -proj := "std::vec::Vec std::collections::LinkedList" export RUST_LOG := "debug" cost-models: rebuild @@ -24,6 +22,9 @@ cost-model impl: (section-start ("cost-model-" + impl)) && (section-end ("cost-m select proj *FLAGS: (section-start ("compare-" + proj)) && (section-end ("compare-" + proj)) {{candelabra}} -l --manifest-path {{tests_manifest}} -p {{proj}} select {{FLAGS}} +profile proj *FLAGS: + {{candelabra}} --manifest-path {{tests_manifest}} -p {{proj}} select {{FLAGS}} + @section-start NAME: echo -e "\e[0Ksection_start:`date +%s`:{{replace(NAME, ":", "-")}}\r\e[0K{{replace(NAME, ":", "-")}}" -- cgit v1.2.3