diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-05 14:03:00 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-05 14:03:00 +0000 |
commit | 3b7919007fa70ec28dfed911d4cc15e9eea372b8 (patch) | |
tree | 2468dafd7bcb33dc740420106dd0dc9c32c8e1ec /Tasks.org | |
parent | 0e4934c578ecfc022ffc72c9bb2253290ce966af (diff) |
fixed seed for benchmarks
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. |