Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f623d5740
|
||
|
|
16e9f732b1
|
+1
-1
@@ -7,7 +7,7 @@ authors = ["Stephen Waits <steve@waits.net>"]
|
|||||||
description = "A practical Rust toolkit for heuristic single-, multi-, and many-objective optimization."
|
description = "A practical Rust toolkit for heuristic single-, multi-, and many-objective optimization."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/swaits/heuropt"
|
repository = "https://git.swaits.com/swaits/heuropt"
|
||||||
homepage = "https://github.com/swaits/heuropt"
|
homepage = "https://github.com/swaits/heuropt"
|
||||||
documentation = "https://docs.rs/heuropt"
|
documentation = "https://docs.rs/heuropt"
|
||||||
keywords = ["optimization", "evolutionary", "nsga", "pareto", "moead"]
|
keywords = ["optimization", "evolutionary", "nsga", "pareto", "moead"]
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ library_benchmark_group!(
|
|||||||
// (`Ir`) only, so callgrind's cache simulation is pure overhead here —
|
// (`Ir`) only, so callgrind's cache simulation is pure overhead here —
|
||||||
// disabling it roughly halves each profiling run.
|
// disabling it roughly halves each profiling run.
|
||||||
main!(
|
main!(
|
||||||
config = LibraryBenchmarkConfig::default()
|
config = LibraryBenchmarkConfig::default().tool(Callgrind::with_args(["--cache-sim=no"])),
|
||||||
.tool(Callgrind::with_args(["--cache-sim=no"])),
|
|
||||||
library_benchmark_groups = compare_group
|
library_benchmark_groups = compare_group
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user