Skip to content

Commit

Permalink
refactor(test): use test_case crate to deduplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 18, 2024
1 parent 06ae244 commit 66d25ae
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 275 deletions.
34 changes: 34 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ferveo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ wasm-bindgen-derive = { version = "0.2.1", optional = true }
criterion = "0.3" # supports pprof, # TODO: Figure out if/how we can update to 0.4
digest = { version = "0.10.0", features = ["alloc"] }
pprof = { version = "0.6", features = ["flamegraph", "criterion"] }
test-case = "3.3.1"

# WASM bindings
console_error_panic_hook = "0.1.7"
Expand Down
Loading

0 comments on commit 66d25ae

Please sign in to comment.