Skip to content

Commit

Permalink
chore: switch to braise for task running
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jul 8, 2024
1 parent 9f5793b commit b657931
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .justfile

This file was deleted.

13 changes: 13 additions & 0 deletions braise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#:schema https://raw.githubusercontent.com/cestef/braise/main/schema/braise.schema.json

[run]
command = "cargo run --quiet --"
description = "Run the program"

[bench]
command = "hyperfine \"rwalk {env(URL:http://ffuf.me/cd/basic)} {env(FILE:common.txt)} -t {env(THREADS:100)}\" \"ffuf -u {env(URL:http://ffuf.me/cd/basic)/FUZZ} -w {env(FILE:common.txt)} -t {env(THREADS:100)}\" \"dirsearch -u {env(URL:http://ffuf.me/cd/basic)} -w {env(FILE:common.txt)} -t {env(THREADS:100)}\""
description = "Run the benchmarks against ffuf and dirsearch"

[test]
command = "cargo nextest run"
description = ""

0 comments on commit b657931

Please sign in to comment.