aboutsummaryrefslogtreecommitdiff
path: root/analysis/current/sections/compare-example_stack
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-30 12:37:37 +0000
committerAria Shrimpton <me@aria.rip>2024-03-30 12:37:37 +0000
commitd7aaba98bd0fe7fe68d3cd11d0e0400edea6a724 (patch)
tree0d51e622ff72bec312e84db6c1d2c2aeb154aadb /analysis/current/sections/compare-example_stack
parentaf4e8c6f7b761b950ede3f66cb459dd053351abe (diff)
update data
Diffstat (limited to 'analysis/current/sections/compare-example_stack')
-rw-r--r--analysis/current/sections/compare-example_stack118
1 files changed, 59 insertions, 59 deletions
diff --git a/analysis/current/sections/compare-example_stack b/analysis/current/sections/compare-example_stack
index e993c4f..042af7b 100644
--- a/analysis/current/sections/compare-example_stack
+++ b/analysis/current/sections/compare-example_stack
@@ -1,13 +1,13 @@
-:1711386038:compare-example_stack
+:1711760718:compare-example_stack
compare-example_stack
/run/current-system/sw/bin/candelabra-cli -l --manifest-path /opt/candelabra/src/tests/Cargo.toml -p example_stack select --compare
-[2024-03-25T17:00:38Z INFO candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source"
-[2024-03-25T17:00:38Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway.
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway.
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway.
-[2024-03-25T17:00:38Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612
-[2024-03-25T17:00:38Z INFO candelabra_cli::select] Processing project example_stack
+[2024-03-30T01:05:18Z INFO candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source"
+[2024-03-30T01:05:18Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612
+[2024-03-30T01:05:18Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway.
+[2024-03-30T01:05:18Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway.
+[2024-03-30T01:05:18Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway.
+[2024-03-30T01:05:18Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612
+[2024-03-30T01:05:19Z INFO candelabra_cli::select] Processing project example_stack
┌──────────┬──────────────────────────────┬────────────────────┬─────────────────────────────────────────────────────────┐
│ name │ implementation │ estimated cost │ file │
├──────────┼──────────────────────────────┼────────────────────┼─────────────────────────────────────────────────────────┤
@@ -22,64 +22,64 @@ StackCon & std::vec::Vec & 1623281693.429239 & /opt/candelabra/src/tests/example
StackCon & std::collections::LinkedList & 12115438988.988811 & /opt/candelabra/src/tests/example\_stack/src/types.pr.rs \\
\end{tabular}
\end{center}
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 261513.0, avg_n: 10.0, avg_op_counts: {"remove": 0.0, "push": 10.0, "pop": 10.0, "contains": 0.0, "last": 0.0, "first": 0.0, "clear": 0.0, "nth": 0.0, "insert": 0.0, "get": 0.0} }, ProfilerPartition { occurences: 54426.0, avg_n: 1000.0, avg_op_counts: {"nth": 0.0, "remove": 0.0, "push": 1000.0, "first": 0.0, "pop": 1000.0, "insert": 0.0, "clear": 0.0, "get": 0.0, "last": 0.0, "contains": 0.0} }, ProfilerPartition { occurences: 38921.0, avg_n: 10000.0, avg_op_counts: {"last": 0.0, "first": 0.0, "contains": 0.0, "pop": 10000.0, "remove": 0.0, "push": 10000.0, "get": 0.0, "clear": 0.0, "insert": 0.0, "nth": 0.0} }]
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [40925757.191425145, 259987504.43913752, 1322368431.7986765]), ("std::collections::LinkedList", [59142275.223214686, 1456150862.390552, 10600145851.375044])]
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 40925757.191425145), ("std::vec::Vec", 259987504.43913752), ("std::vec::Vec", 1322368431.7986765)]
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 261513.0, avg_n: 10.0, avg_op_counts: {"clear": 0.0, "last": 0.0, "push": 10.0, "contains": 0.0, "first": 0.0, "insert": 0.0, "get": 0.0, "pop": 10.0, "remove": 0.0, "nth": 0.0} }, ProfilerPartition { occurences: 54426.0, avg_n: 1000.0, avg_op_counts: {"nth": 0.0, "insert": 0.0, "remove": 0.0, "push": 1000.0, "first": 0.0, "pop": 1000.0, "clear": 0.0, "last": 0.0, "contains": 0.0, "get": 0.0} }, ProfilerPartition { occurences: 38921.0, avg_n: 10000.0, avg_op_counts: {"contains": 0.0, "get": 0.0, "insert": 0.0, "clear": 0.0, "remove": 0.0, "pop": 10000.0, "push": 10000.0, "first": 0.0, "nth": 0.0, "last": 0.0} }]
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::LinkedList", [59142275.223214686, 1456150862.390552, 10600145851.375044]), ("std::vec::Vec", [40925757.191425145, 259987504.43913752, 1322368431.7986765])]
-[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 40925757.191425145), ("std::vec::Vec", 259987504.43913752), ("std::vec::Vec", 1322368431.7986765)]
-[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for project example_stack
-[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Setting up directories
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Running type checker
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Running analysis
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
-[2024-03-25T17:00:38Z INFO candelabra_cli::select] Saved best choices
-[2024-03-25T17:00:38Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::vec::Vec}
-[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for project example_stack
-[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Setting up directories
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Running type checker
-[2024-03-25T17:00:38Z DEBUG primrose::selector] Running analysis
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
-[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 261513.0, avg_n: 10.0, avg_op_counts: {"last": 0.0, "clear": 0.0, "contains": 0.0, "pop": 10.0, "push": 10.0, "insert": 0.0, "nth": 0.0, "first": 0.0, "get": 0.0, "remove": 0.0} }, ProfilerPartition { occurences: 54426.0, avg_n: 1000.0, avg_op_counts: {"contains": 0.0, "push": 1000.0, "nth": 0.0, "remove": 0.0, "insert": 0.0, "first": 0.0, "pop": 1000.0, "last": 0.0, "get": 0.0, "clear": 0.0} }, ProfilerPartition { occurences: 38921.0, avg_n: 10000.0, avg_op_counts: {"contains": 0.0, "clear": 0.0, "last": 0.0, "push": 10000.0, "remove": 0.0, "first": 0.0, "get": 0.0, "insert": 0.0, "pop": 10000.0, "nth": 0.0} }]
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [40925757.191425145, 259987504.43913752, 1322368431.7986765]), ("std::collections::LinkedList", [59142275.223214686, 1456150862.390552, 10600145851.375044])]
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 40925757.191425145), ("std::vec::Vec", 259987504.43913752), ("std::vec::Vec", 1322368431.7986765)]
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 261513.0, avg_n: 10.0, avg_op_counts: {"contains": 0.0, "remove": 0.0, "push": 10.0, "clear": 0.0, "get": 0.0, "last": 0.0, "pop": 10.0, "first": 0.0, "insert": 0.0, "nth": 0.0} }, ProfilerPartition { occurences: 54426.0, avg_n: 1000.0, avg_op_counts: {"get": 0.0, "nth": 0.0, "pop": 1000.0, "contains": 0.0, "insert": 0.0, "first": 0.0, "push": 1000.0, "last": 0.0, "remove": 0.0, "clear": 0.0} }, ProfilerPartition { occurences: 38921.0, avg_n: 10000.0, avg_op_counts: {"get": 0.0, "remove": 0.0, "clear": 0.0, "contains": 0.0, "last": 0.0, "pop": 10000.0, "nth": 0.0, "insert": 0.0, "first": 0.0, "push": 10000.0} }]
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [40925757.191425145, 259987504.43913752, 1322368431.7986765]), ("std::collections::LinkedList", [59142275.223214686, 1456150862.390552, 10600145851.375044])]
+[2024-03-30T01:05:19Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 40925757.191425145), ("std::vec::Vec", 259987504.43913752), ("std::vec::Vec", 1322368431.7986765)]
+[2024-03-30T01:05:19Z DEBUG candelabra::confirmation] Saving choices for project example_stack
+[2024-03-30T01:05:19Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Setting up directories
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Running type checker
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Running analysis
+[2024-03-30T01:05:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-30T01:05:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-30T01:05:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
+[2024-03-30T01:05:19Z INFO candelabra_cli::select] Saved best choices
+[2024-03-30T01:05:19Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::vec::Vec}
+[2024-03-30T01:05:19Z DEBUG candelabra::confirmation] Saving choices for project example_stack
+[2024-03-30T01:05:19Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Setting up directories
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Running type checker
+[2024-03-30T01:05:19Z DEBUG primrose::selector] Running analysis
+[2024-03-30T01:05:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-30T01:05:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-30T01:05:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling example_stack v0.1.0 (/opt/candelabra/src/tests/example_stack)
- Finished bench [optimized] target(s) in 2.77s
+ Finished bench [optimized] target(s) in 2.69s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-3694756a33adc5ee)
-[2024-03-25T17:01:14Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList}
-[2024-03-25T17:01:14Z DEBUG candelabra::confirmation] Saving choices for project example_stack
-[2024-03-25T17:01:14Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
-[2024-03-25T17:01:14Z DEBUG primrose::selector] Setting up directories
-[2024-03-25T17:01:14Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-25T17:01:14Z DEBUG primrose::selector] Running type checker
-[2024-03-25T17:01:14Z DEBUG primrose::selector] Running analysis
-[2024-03-25T17:01:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
-[2024-03-25T17:01:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
-[2024-03-25T17:01:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
+[2024-03-30T01:05:54Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList}
+[2024-03-30T01:05:54Z DEBUG candelabra::confirmation] Saving choices for project example_stack
+[2024-03-30T01:05:54Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
+[2024-03-30T01:05:54Z DEBUG primrose::selector] Setting up directories
+[2024-03-30T01:05:54Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-30T01:05:54Z DEBUG primrose::selector] Running type checker
+[2024-03-30T01:05:54Z DEBUG primrose::selector] Running analysis
+[2024-03-30T01:05:54Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-30T01:05:54Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-30T01:05:54Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling example_stack v0.1.0 (/opt/candelabra/src/tests/example_stack)
- Finished bench [optimized] target(s) in 2.41s
+ Finished bench [optimized] target(s) in 2.62s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-3694756a33adc5ee)
-┌─────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────┬────────┬───────┬────────┬───────────┐
-│ │ l15 │ l22 │ l24 │ l8 │ total │
-├─────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼────────┼───────┼────────┼───────────┤
-│ {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::vec::Vec} │ 1650.8 │ │ 17099 │ 135.14 │ 18884.94 │
-│ {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList} │ 33561 │ 352760 │ │ 158.44 │ 386479.44 │
-└─────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────┴────────┴───────┴────────┴───────────┘
+┌─────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────┬───────┬───────┬────────┬────────┬────────────────────┐
+│ │ l17 │ l18 │ l26 │ l29 │ l8 │ total │
+├─────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────┼───────┼────────┼────────┼────────────────────┤
+│ {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList} │ │ 33489 │ │ 351260 │ 158.16 │ 384907.16000000003 │
+│ {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::vec::Vec} │ 1596.8 │ │ 17237 │ │ 134.17 │ 18967.97 │
+└─────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────┴───────┴───────┴────────┴────────┴────────────────────┘
\begin{center}
-\begin{tabular}{|c|c|c|c|c|c|}
- & l15 & l22 & l24 & l8 & total \\
+\begin{tabular}{|c|c|c|c|c|c|c|}
+ & l17 & l18 & l26 & l29 & l8 & total \\
\hline
-\{("/opt/candelabra/src/tests/example\_stack/src/types.pr.rs", "StackCon"): std::vec::Vec\} & 1650.8 & & 17099 & 135.14 & 18884.94 \\
-\{("/opt/candelabra/src/tests/example\_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList\} & 33561 & 352760 & & 158.44 & 386479.44 \\
+\{("/opt/candelabra/src/tests/example\_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList\} & & 33489 & & 351260 & 158.16 & 384907.16000000003 \\
+\{("/opt/candelabra/src/tests/example\_stack/src/types.pr.rs", "StackCon"): std::vec::Vec\} & 1596.8 & & 17237 & & 134.17 & 18967.97 \\
\end{tabular}
\end{center}
-section_end:1711386112:compare-example_stack
+section_end:1711760792:compare-example_stack

 \ No newline at end of file