aboutsummaryrefslogtreecommitdiff
path: root/Tasks.org
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-11-23 16:08:21 +0000
committerAria <me@aria.rip>2023-11-23 16:08:21 +0000
commit47bf7c0a78052e61b4083f3e9f3f5f0fea82b40d (patch)
tree10ee038cbe4bccb89ee566ded321f30f0e2d8520 /Tasks.org
parente2bbf5e43ff548808c25d3edf8b9254197a7af06 (diff)
chore: update tasks
Diffstat (limited to 'Tasks.org')
-rw-r--r--Tasks.org21
1 files changed, 14 insertions, 7 deletions
diff --git a/Tasks.org b/Tasks.org
index 7afe185..758040c 100644
--- a/Tasks.org
+++ b/Tasks.org
@@ -90,15 +90,22 @@ We also cache primrose results in ~candelabra_cli::candidates~
The CLI should get cost models for all of the candidate types, and for now just print them out.
-** DOING Build cost model from benchmark
+** DONE Build cost model from benchmark
-Fit polynomials for each operation from the benchmarking data.
-Possibly helpful crates:
- - https://docs.rs/fitme/latest/fitme/fn.fit.html
- - https://lib.rs/crates/enterpolation
- - https://docs.rs/varpro/latest/varpro/
+We can fit polynomials for each operation from the benchmarking data.
+This seems(?) to be working, but could use some further testing.
-* BLOCKED Semantic profiler
+** TODO Also cache benchmark results
+
+Currently, we only cache the resulting polynomials, and not the results.
+We should probably cache both
+
+** TODO Fix benchmarks when compiled with release mode
+
+Currently benchmarks break when compiled in release mode, presumably due to the optimiser being 'too smart'.
+Cosmo suggested putting the closures into their own functions.
+
+* TODO Semantic profiler
We need to be able to pick some random candidate type, wrap it with profiling stuff, and run user benchmarks to get data.