metta-benchmarking 0.9.0__py3-none-any.whl
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.
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: metta-benchmarking
|
|
3
|
+
Version: 0.9.0
|
|
4
|
+
Summary: Benchmark plumbing for MeTTa: counter baselines, instruction pins, slopes
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Classifier: Development Status :: 3 - Alpha
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: Intended Audience :: Science/Research
|
|
9
|
+
Requires-Python: >=3.12
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: pymetta==0.8.0
|
|
12
|
+
|
|
13
|
+
# metta-benchmarking
|
|
14
|
+
|
|
15
|
+
Benchmark plumbing for MeTTa: counter baselines, instruction pins, slopes.
|
|
16
|
+
|
|
17
|
+
`pymetta` names no third-party library. This package is registers nothing; it measures a workload from outside through the public space surface, and the seat
|
|
18
|
+
finds it exactly as it finds a package written by somebody else: through the
|
|
19
|
+
`metta.extensions` entry point, loaded at the first dispatch that has no answer
|
|
20
|
+
without it, or through `import metta_benchmarking`, whose module body registers the same
|
|
21
|
+
rows.
|
|
22
|
+
|
|
23
|
+
```sh
|
|
24
|
+
pip install metta-benchmarking # or: pip install 'pymetta[test]'
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Its tests are in `tests/`, and they run in the workspace suite:
|
|
28
|
+
|
|
29
|
+
```sh
|
|
30
|
+
sh extensions/python/test.sh ext/metta-benchmarking
|
|
31
|
+
```
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
metta_benchmarking.py,sha256=2SiCUiqq19i6w69FMjQu23I4fCRnlReounLIfREApao,61548
|
|
2
|
+
metta_benchmarking-0.9.0.dist-info/METADATA,sha256=KIDowOD73lNKuxG7iMwCBQUyqW1YIkgvUVmVhbEDg9E,1127
|
|
3
|
+
metta_benchmarking-0.9.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
|
|
4
|
+
metta_benchmarking-0.9.0.dist-info/top_level.txt,sha256=D-b4g972L5_HFu9-vPcqvIbSK2Z6vHUdvNgoqNpYOKg,19
|
|
5
|
+
metta_benchmarking-0.9.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
metta_benchmarking
|