Skip to content

Commit

Permalink
Grimp compare (#10)
Browse files Browse the repository at this point in the history
* Build package/imports info from data file

* Add tests for contracts

* Add benchmarks

* Add benchmark for building from django
  • Loading branch information
Peter554 committed Jan 15, 2025
1 parent a9db17a commit a1d1319
Show file tree
Hide file tree
Showing 2,439 changed files with 685,260 additions and 16 deletions.
227 changes: 227 additions & 0 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ version = "0.6.5"
edition = "2021"
exclude = [
".github/*",
"data/*",
"vendor/*",
"Taskfile.yml",
]

Expand All @@ -31,11 +33,18 @@ derive_more = { version = "1.0.0", features = ["full"] }
derive-new = "0.7.0"
derive_builder = "0.20.2"
getset = "0.1.3"
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
divan = "0.1.17"
parameterized = "2.0.0"
pretty_assertions = "1.4.1"

[features]
default = []
testutils = []
grimp_compare = ["dep:serde_json"]

[[bench]]
name = "grimp_compare"
harness = false
Loading

0 comments on commit a1d1319

Please sign in to comment.