diff options
Diffstat (limited to 'Tasks.org')
-rw-r--r-- | Tasks.org | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -119,21 +119,6 @@ We have the code to do all this end-to-end, and to run a 'brute force' for compa ie if we have two different ~insert/100 ...~ lines we should use both instead of only one. This will enable writing multiple scenarios per operation -** TODO Fix seed for benchmarks - -** TODO Fix benchmark_mapping not getting enough generic arguments - -#+BEGIN_SRC text -error[E0107]: function takes 3 generic arguments but 2 generic arguments were supplied - --> src/main.rs:6:29 - | -6 | candelabra_benchmarker::benchmark_mapping::<std::collections::BTreeMap<usize>, _>(&NS); - | ^^^^^^^^^^^^^^^^^ --------------------------------- - supplied 2 generic arguments - | | - | expected 3 generic arguments - | -#+END_SRC - * TODO Benchmarks & Evaluation We implement several test programs which require different data structures and different implementations. |