1 2 3 4 5 6 7 8 9 10 11
extend = "../Makefile.toml" [tasks.bench] install_crate = "cargo-criterion" command = "cargo" args = ["criterion"] [tasks.flame] install_crate = "cargo-flamegraph" command = "cargo" args = ["flamegraph", "--bench", "profile", "--", "--bench"]