aboutsummaryrefslogtreecommitdiff
path: root/analysis/current/sections/compare-aoc_2022_14
diff options
context:
space:
mode:
Diffstat (limited to 'analysis/current/sections/compare-aoc_2022_14')
-rw-r--r--analysis/current/sections/compare-aoc_2022_14256
1 files changed, 103 insertions, 153 deletions
diff --git a/analysis/current/sections/compare-aoc_2022_14 b/analysis/current/sections/compare-aoc_2022_14
index f1758b4..24febda 100644
--- a/analysis/current/sections/compare-aoc_2022_14
+++ b/analysis/current/sections/compare-aoc_2022_14
@@ -1,69 +1,67 @@
-:1710097960:compare-aoc_2022_14
+:1710898616:compare-aoc_2022_14
compare-aoc_2022_14
/run/current-system/sw/bin/candelabra-cli -l --manifest-path /opt/candelabra/src/tests/Cargo.toml -p aoc_2022_14 select --compare
-[2024-03-10T19:12:40Z INFO candelabra_cli] Using source dir: "/nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source"
-[2024-03-10T19:12:40Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 10402570600929242768
-[2024-03-10T19:12:40Z DEBUG primrose::library_specs] Failed to process library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs. Continuing anyway.
-[2024-03-10T19:12:40Z DEBUG primrose::library_specs] Failed to process library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs. Continuing anyway.
-[2024-03-10T19:12:40Z DEBUG primrose::library_specs] Failed to process library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs. Continuing anyway.
-[2024-03-10T19:12:40Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 10402570600929242768
-[2024-03-10T19:12:40Z INFO candelabra_cli::select] Processing project aoc_2022_14
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 266433.0, avg_n: 5.293814955354618, avg_op_counts: {"get": 0.0, "nth": 0.0, "contains": 0.0, "first": 0.0, "insert": 0.08577766267691815, "push": 0.0, "clear": 0.0, "remove": 0.0, "pop": 0.0, "last": 0.0} }]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::LinkedList", [76434.6011239977]), ("std::vec::Vec", [195836.97648323711])]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 76434.6011239977)]
-┌──────┬───────────────────────────────────┬────────────────────┬───────────────────────────────────────────────────────┐
-│ name │ implementation │ estimated cost │ file │
-├──────┼───────────────────────────────────┼────────────────────┼───────────────────────────────────────────────────────┤
-│ List │ std::collections::LinkedList │ 76434.6011239977 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
-│ List │ std::vec::Vec │ 195836.97648323711 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
-│ Set │ primrose_library::SortedUniqueVec │ 22104556793.8218 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
-│ Set │ std::collections::HashSet │ 15148735952.487064 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
-│ Set │ std::collections::BTreeSet │ 22709610586.915703 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
-└──────┴───────────────────────────────────┴────────────────────┴───────────────────────────────────────────────────────┘
+[2024-03-20T01:36:56Z INFO candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source"
+[2024-03-20T01:36:56Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612
+[2024-03-20T01:36:56Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway.
+[2024-03-20T01:36:56Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway.
+[2024-03-20T01:36:56Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway.
+[2024-03-20T01:36:56Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612
+[2024-03-20T01:36:57Z INFO candelabra_cli::select] Processing project aoc_2022_14
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 99022.0, avg_n: 29.192028034174125, avg_op_counts: {"clear": 0.0, "insert": 29.192028034174125, "get": 0.0, "remove": 0.0, "first": 0.0, "nth": 0.0, "push": 0.0, "contains": 372.2773222112264, "last": 0.0, "pop": 0.0} }, ProfilerPartition { occurences: 26.0, avg_n: 26360.0, avg_op_counts: {"push": 0.0, "remove": 0.0, "get": 0.0, "nth": 0.0, "last": 0.0, "clear": 0.0, "first": 0.0, "contains": 5107130.0, "pop": 0.0, "insert": 26360.0} }]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::BTreeSet", [2082158082.8687127, 21354823978.304924]), ("std::collections::HashSet", [1674077076.6974382, 15974321226.296566])]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::HashSet", 1674077076.6974382), ("std::collections::HashSet", 15974321226.296566)]
+┌──────┬──────────────────────────────┬────────────────────┬───────────────────────────────────────────────────────┐
+│ name │ implementation │ estimated cost │ file │
+├──────┼──────────────────────────────┼────────────────────┼───────────────────────────────────────────────────────┤
+│ Set │ std::collections::HashSet │ 17648398302.994003 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
+│ Set │ std::collections::BTreeSet │ 23436982061.173637 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
+│ List │ std::vec::Vec │ 287403.5813059762 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
+│ List │ std::collections::LinkedList │ 233734.21651701306 │ /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs │
+└──────┴──────────────────────────────┴────────────────────┴───────────────────────────────────────────────────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|}
name & implementation & estimated cost & file \\
\hline
-List & std::collections::LinkedList & 76434.6011239977 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
-List & std::vec::Vec & 195836.97648323711 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
-Set & primrose\_library::SortedUniqueVec & 22104556793.8218 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
-Set & std::collections::HashSet & 15148735952.487064 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
-Set & std::collections::BTreeSet & 22709610586.915703 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
+Set & std::collections::HashSet & 17648398302.994003 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
+Set & std::collections::BTreeSet & 23436982061.173637 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
+List & std::vec::Vec & 287403.5813059762 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
+List & std::collections::LinkedList & 233734.21651701306 & /opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs \\
\end{tabular}
\end{center}
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 99022.0, avg_n: 29.192028034174125, avg_op_counts: {"push": 0.0, "clear": 0.0, "get": 0.0, "pop": 0.0, "first": 0.0, "contains": 372.2773222112264, "insert": 29.192028034174125, "nth": 0.0, "remove": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 26.0, avg_n: 26360.0, avg_op_counts: {"clear": 0.0, "first": 0.0, "insert": 26360.0, "nth": 0.0, "pop": 0.0, "contains": 5107130.0, "remove": 0.0, "get": 0.0, "push": 0.0, "last": 0.0} }]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::BTreeSet", [1575860173.8093214, 21133750413.10638]), ("std::collections::HashSet", [1068367392.362407, 14080368560.124657]), ("primrose_library::SortedUniqueVec", [1573713976.91601, 20530842816.905792])]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::HashSet", 1068367392.362407), ("std::collections::HashSet", 14080368560.124657)]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 99022.0, avg_n: 29.192028034174125, avg_op_counts: {"clear": 0.0, "get": 0.0, "last": 0.0, "nth": 0.0, "pop": 0.0, "first": 0.0, "insert": 29.192028034174125, "push": 0.0, "contains": 372.2773222112264, "remove": 0.0} }, ProfilerPartition { occurences: 26.0, avg_n: 26360.0, avg_op_counts: {"clear": 0.0, "nth": 0.0, "insert": 26360.0, "push": 0.0, "get": 0.0, "remove": 0.0, "contains": 5107130.0, "last": 0.0, "pop": 0.0, "first": 0.0} }]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::HashSet", [1068367392.362407, 14080368560.124657]), ("primrose_library::SortedUniqueVec", [1573713976.91601, 20530842816.905792]), ("std::collections::BTreeSet", [1575860173.8093214, 21133750413.10638])]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::HashSet", 1068367392.362407), ("std::collections::HashSet", 14080368560.124657)]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 266433.0, avg_n: 5.293814955354618, avg_op_counts: {"remove": 0.0, "pop": 0.0, "get": 0.0, "first": 0.0, "contains": 0.0, "push": 0.0, "last": 0.0, "insert": 0.08577766267691815, "clear": 0.0, "nth": 0.0} }]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [195836.97648323711]), ("std::collections::LinkedList", [76434.6011239977])]
-[2024-03-10T19:12:40Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 76434.6011239977)]
-[2024-03-10T19:12:40Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:12:40Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:12:40Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:12:40Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:12:40Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:12:40Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:12:40Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:12:40Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:12:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
-[2024-03-10T19:12:41Z INFO candelabra_cli::select] Saved best choices
-[2024-03-10T19:12:41Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): primrose_library::SortedUniqueVec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList}
-[2024-03-10T19:12:41Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:12:41Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:12:41Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:12:41Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:12:41Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:12:41Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:12:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:12:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:12:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 266433.0, avg_n: 5.293814955354618, avg_op_counts: {"last": 0.0, "contains": 0.0, "remove": 0.0, "nth": 0.0, "pop": 0.0, "get": 0.0, "first": 0.0, "push": 0.0, "insert": 0.08577766267691815, "clear": 0.0} }]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [287403.5813059762]), ("std::collections::LinkedList", [233734.21651701306])]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 233734.21651701306)]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 266433.0, avg_n: 5.293814955354618, avg_op_counts: {"contains": 0.0, "get": 0.0, "nth": 0.0, "pop": 0.0, "clear": 0.0, "first": 0.0, "insert": 0.08577766267691815, "last": 0.0, "remove": 0.0, "push": 0.0} }]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [287403.5813059762]), ("std::collections::LinkedList", [233734.21651701306])]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 233734.21651701306)]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 99022.0, avg_n: 29.192028034174125, avg_op_counts: {"push": 0.0, "first": 0.0, "contains": 372.2773222112264, "pop": 0.0, "clear": 0.0, "last": 0.0, "insert": 29.192028034174125, "get": 0.0, "nth": 0.0, "remove": 0.0} }, ProfilerPartition { occurences: 26.0, avg_n: 26360.0, avg_op_counts: {"clear": 0.0, "push": 0.0, "first": 0.0, "nth": 0.0, "contains": 5107130.0, "get": 0.0, "insert": 26360.0, "last": 0.0, "pop": 0.0, "remove": 0.0} }]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::BTreeSet", [2082158082.8687127, 21354823978.304924]), ("std::collections::HashSet", [1674077076.6974382, 15974321226.296566])]
+[2024-03-20T01:36:57Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::HashSet", 1674077076.6974382), ("std::collections::HashSet", 15974321226.296566)]
+[2024-03-20T01:36:57Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
+[2024-03-20T01:36:57Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:36:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:36:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:36:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
+[2024-03-20T01:36:57Z INFO candelabra_cli::select] Saved best choices
+[2024-03-20T01:36:57Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet}
+[2024-03-20T01:36:57Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
+[2024-03-20T01:36:57Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:36:57Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:36:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:36:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:36:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling aoc_2022_14 v0.1.0 (/opt/candelabra/src/tests/aoc_2022_14)
warning: unused imports: `SeedableRng`, `rngs::StdRng`
--> aoc_2022_14/benches/main.rs:3:12
@@ -74,18 +72,18 @@ warning: unused imports: `SeedableRng`, `rngs::StdRng`
= note: `#[warn(unused_imports)]` on by default
warning: `aoc_2022_14` (bench "main") generated 1 warning (run `cargo fix --bench "main"` to apply 1 suggestion)
- Finished bench [optimized] target(s) in 3.29s
+ Finished bench [optimized] target(s) in 3.52s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-c5ccfc54f1fe7c38)
-[2024-03-10T19:13:26Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList}
-[2024-03-10T19:13:26Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:13:26Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:13:26Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:13:26Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:13:26Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:13:26Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:13:26Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:13:26Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:13:26Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T01:37:43Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet}
+[2024-03-20T01:37:43Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
+[2024-03-20T01:37:43Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
+[2024-03-20T01:37:43Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:37:43Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:37:43Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:37:43Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:37:43Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:37:43Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:37:43Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling aoc_2022_14 v0.1.0 (/opt/candelabra/src/tests/aoc_2022_14)
warning: unused imports: `SeedableRng`, `rngs::StdRng`
--> aoc_2022_14/benches/main.rs:3:12
@@ -96,18 +94,18 @@ warning: unused imports: `SeedableRng`, `rngs::StdRng`
= note: `#[warn(unused_imports)]` on by default
warning: `aoc_2022_14` (bench "main") generated 1 warning (run `cargo fix --bench "main"` to apply 1 suggestion)
- Finished bench [optimized] target(s) in 3.08s
+ Finished bench [optimized] target(s) in 3.52s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-c5ccfc54f1fe7c38)
-[2024-03-10T19:14:12Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList}
-[2024-03-10T19:14:12Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:14:12Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:14:12Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:14:12Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:14:12Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:14:12Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:14:12Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:14:12Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:14:12Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T01:38:33Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet}
+[2024-03-20T01:38:33Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
+[2024-03-20T01:38:33Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
+[2024-03-20T01:38:33Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:38:33Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:38:33Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:38:33Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:38:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:38:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:38:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling aoc_2022_14 v0.1.0 (/opt/candelabra/src/tests/aoc_2022_14)
warning: unused imports: `SeedableRng`, `rngs::StdRng`
--> aoc_2022_14/benches/main.rs:3:12
@@ -118,18 +116,18 @@ warning: unused imports: `SeedableRng`, `rngs::StdRng`
= note: `#[warn(unused_imports)]` on by default
warning: `aoc_2022_14` (bench "main") generated 1 warning (run `cargo fix --bench "main"` to apply 1 suggestion)
- Finished bench [optimized] target(s) in 3.24s
+ Finished bench [optimized] target(s) in 3.26s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-c5ccfc54f1fe7c38)
-[2024-03-10T19:15:01Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): primrose_library::SortedUniqueVec}
-[2024-03-10T19:15:01Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:15:01Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:15:01Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:15:01Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:15:01Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:15:01Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:15:01Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:15:01Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:15:01Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T01:39:19Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList}
+[2024-03-20T01:39:19Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
+[2024-03-20T01:39:19Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
+[2024-03-20T01:39:19Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:39:19Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:39:19Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:39:19Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:39:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:39:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:39:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling aoc_2022_14 v0.1.0 (/opt/candelabra/src/tests/aoc_2022_14)
warning: unused imports: `SeedableRng`, `rngs::StdRng`
--> aoc_2022_14/benches/main.rs:3:12
@@ -140,74 +138,26 @@ warning: unused imports: `SeedableRng`, `rngs::StdRng`
= note: `#[warn(unused_imports)]` on by default
warning: `aoc_2022_14` (bench "main") generated 1 warning (run `cargo fix --bench "main"` to apply 1 suggestion)
- Finished bench [optimized] target(s) in 3.06s
+ Finished bench [optimized] target(s) in 3.31s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-c5ccfc54f1fe7c38)
-[2024-03-10T19:15:48Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec}
-[2024-03-10T19:15:48Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:15:48Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:15:48Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:15:48Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:15:48Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:15:48Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:15:48Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:15:48Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:15:48Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
- Compiling aoc_2022_14 v0.1.0 (/opt/candelabra/src/tests/aoc_2022_14)
-warning: unused imports: `SeedableRng`, `rngs::StdRng`
- --> aoc_2022_14/benches/main.rs:3:12
- |
-3 | use rand::{rngs::StdRng, SeedableRng};
- | ^^^^^^^^^^^^ ^^^^^^^^^^^
- |
- = note: `#[warn(unused_imports)]` on by default
-
-warning: `aoc_2022_14` (bench "main") generated 1 warning (run `cargo fix --bench "main"` to apply 1 suggestion)
- Finished bench [optimized] target(s) in 3.16s
- Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-c5ccfc54f1fe7c38)
-[2024-03-10T19:16:36Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet}
-[2024-03-10T19:16:36Z DEBUG candelabra::confirmation] Saving choices for project aoc_2022_14
-[2024-03-10T19:16:36Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs
-[2024-03-10T19:16:36Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:16:36Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:16:36Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:16:36Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:16:36Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:16:36Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:16:36Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
- Compiling aoc_2022_14 v0.1.0 (/opt/candelabra/src/tests/aoc_2022_14)
-warning: unused imports: `SeedableRng`, `rngs::StdRng`
- --> aoc_2022_14/benches/main.rs:3:12
- |
-3 | use rand::{rngs::StdRng, SeedableRng};
- | ^^^^^^^^^^^^ ^^^^^^^^^^^
- |
- = note: `#[warn(unused_imports)]` on by default
-
-warning: `aoc_2022_14` (bench "main") generated 1 warning (run `cargo fix --bench "main"` to apply 1 suggestion)
- Finished bench [optimized] target(s) in 3.34s
- Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-c5ccfc54f1fe7c38)
-┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬────────────────────┐
-│ │ aoc_2022_14-part1/large │ aoc_2022_14-part1/small │ aoc_2022_14-part2/large │ aoc_2022_14-part2/small │ total │
-├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼────────────────────┤
-│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): primrose_library::SortedUniqueVec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList} │ 1578.4 │ 5536.3 │ 531750000 │ 51306 │ 531808420.7 │
-│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec} │ 1618.5 │ 9975.4 │ 239210000 │ 55682 │ 239277275.9 │
-│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): primrose_library::SortedUniqueVec} │ 1188.7 │ 4365.400000000001 │ 472150000 │ 52586 │ 472208140.09999996 │
-│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList} │ 1257.9 │ 11287 │ 332730000 │ 59467 │ 332802011.9 │
-│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet} │ 1233.8 │ 4763.099999999999 │ 271350000 │ 32795 │ 271388791.90000004 │
-│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList} │ 1536.2 │ 6347.900000000001 │ 358540000 │ 43271 │ 358591155.1 │
-└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────┴─────────────────────────┴─────────────────────────┴─────────────────────────┴────────────────────┘
+┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────┐
+│ │ aoc_2022_14-part1/large │ aoc_2022_14-part1/small │ aoc_2022_14-part2/large │ aoc_2022_14-part2/small │ total │
+├─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────┤
+│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet} │ 1636 │ 10012 │ 238670000 │ 54228 │ 238735876 │
+│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet} │ 1341.3999999999999 │ 4868.2 │ 282480000 │ 33889 │ 282520098.6 │
+│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList} │ 1562.8999999999999 │ 6438.799999999999 │ 346370000 │ 42262 │ 346420263.7 │
+│ {("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "List"): std::collections::LinkedList, ("/opt/candelabra/src/tests/aoc_2022_14/src/types.pr.rs", "Set"): std::collections::HashSet} │ 1215.9 │ 11701 │ 355240000 │ 60281 │ 355313197.9 │
+└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────┴─────────────────────────┴─────────────────────────┴─────────────────────────┴─────────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|}
& aoc\_2022\_14-part1/large & aoc\_2022\_14-part1/small & aoc\_2022\_14-part2/large & aoc\_2022\_14-part2/small & total \\
\hline
-\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): primrose\_library::SortedUniqueVec, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::collections::LinkedList\} & 1578.4 & 5536.3 & 531750000 & 51306 & 531808420.7 \\
-\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::HashSet, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::vec::Vec\} & 1618.5 & 9975.4 & 239210000 & 55682 & 239277275.9 \\
-\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): primrose\_library::SortedUniqueVec\} & 1188.7 & 4365.400000000001 & 472150000 & 52586 & 472208140.09999996 \\
-\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::HashSet, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::collections::LinkedList\} & 1257.9 & 11287 & 332730000 & 59467 & 332802011.9 \\
-\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::BTreeSet\} & 1233.8 & 4763.099999999999 & 271350000 & 32795 & 271388791.90000004 \\
-\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::collections::LinkedList\} & 1536.2 & 6347.900000000001 & 358540000 & 43271 & 358591155.1 \\
+\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::HashSet\} & 1636 & 10012 & 238670000 & 54228 & 238735876 \\
+\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::vec::Vec, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::BTreeSet\} & 1341.3999999999999 & 4868.2 & 282480000 & 33889 & 282520098.6 \\
+\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::collections::LinkedList\} & 1562.8999999999999 & 6438.799999999999 & 346370000 & 42262 & 346420263.7 \\
+\{("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "List"): std::collections::LinkedList, ("/opt/candelabra/src/tests/aoc\_2022\_14/src/types.pr.rs", "Set"): std::collections::HashSet\} & 1215.9 & 11701 & 355240000 & 60281 & 355313197.9 \\
\end{tabular}
\end{center}
-section_end:1710098241:compare-aoc_2022_14
+section_end:1710898811:compare-aoc_2022_14

 \ No newline at end of file