swarmauri_tool_entityrecognition 0.7.2.dev3__tar.gz → 0.7.3.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: swarmauri_tool_entityrecognition
3
- Version: 0.7.2.dev3
3
+ Version: 0.7.3.dev2
4
4
  Summary: Swarmauri Community Entity Recognition Tool
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_entityrecognition"
3
- version = "0.7.2.dev3"
3
+ version = "0.7.3.dev2"
4
4
  description = "Swarmauri Community Entity Recognition Tool"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -38,6 +38,7 @@ markers = [
38
38
  "xpass: Expected passes",
39
39
  "xfail: Expected failures",
40
40
  "acceptance: Acceptance tests",
41
+ "perf: Performance tests that measure execution time and resource usage",
41
42
  ]
42
43
  timeout = 300
43
44
  log_cli = true
@@ -63,4 +64,5 @@ dev = [
63
64
  "flake8>=7.0",
64
65
  "pytest-timeout>=2.3.1",
65
66
  "ruff>=0.9.9",
67
+ "pytest-benchmark>=4.0.0",
66
68
  ]