ssrjson-benchmark 0.0.1b0__cp312-cp312-win_amd64.whl → 0.0.1rc1__cp312-cp312-win_amd64.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.
Potentially problematic release.
This version of ssrjson-benchmark might be problematic. Click here for more details.
- ssrjson_benchmark/_ssrjson_benchmark.pyd +0 -0
- ssrjson_benchmark/benchmark_main.py +1 -1
- {ssrjson_benchmark-0.0.1b0.dist-info → ssrjson_benchmark-0.0.1rc1.dist-info}/METADATA +18 -19
- {ssrjson_benchmark-0.0.1b0.dist-info → ssrjson_benchmark-0.0.1rc1.dist-info}/RECORD +7 -7
- {ssrjson_benchmark-0.0.1b0.dist-info → ssrjson_benchmark-0.0.1rc1.dist-info}/WHEEL +0 -0
- {ssrjson_benchmark-0.0.1b0.dist-info → ssrjson_benchmark-0.0.1rc1.dist-info}/licenses/LICENSE +0 -0
- {ssrjson_benchmark-0.0.1b0.dist-info → ssrjson_benchmark-0.0.1rc1.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -263,7 +263,7 @@ def run_file_benchmark(
|
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
def get_head_rev_name():
|
|
266
|
-
return getattr(ssrjson, "__version__", ssrjson
|
|
266
|
+
return getattr(ssrjson, "__version__", None) or getattr(ssrjson, "ssrjson").__version__
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
def get_real_output_file_name():
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
2
|
+
Name: ssrjson-benchmark
|
|
3
|
+
Version: 0.0.1rc1
|
|
4
|
+
Summary: benchmark of ssrJSON
|
|
5
|
+
Author-email: Eritque Arcus <eritque-arcus@ikuyo.dev>, Antares <antares0982@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/Nambers/ssrJSON-benchmark
|
|
8
|
+
Project-URL: Issues, https://github.com/Nambers/ssrJSON-benchmark/issues
|
|
9
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
|
+
Classifier: Environment :: Console
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Topic :: System :: Benchmark
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Requires-Python: >=3.9
|
|
5
16
|
Description-Content-Type: text/markdown
|
|
6
17
|
License-File: LICENSE
|
|
7
|
-
Requires-Dist: ssrjson
|
|
8
|
-
Requires-Dist: orjson
|
|
9
|
-
Requires-Dist: matplotlib
|
|
10
|
-
Provides-Extra: all
|
|
11
|
-
Requires-Dist: svglib; extra == "all"
|
|
12
|
-
Requires-Dist: reportlab; extra == "all"
|
|
13
|
-
Requires-Dist: py-cpuinfo; extra == "all"
|
|
14
|
-
Dynamic: description
|
|
15
|
-
Dynamic: description-content-type
|
|
16
18
|
Dynamic: license-file
|
|
17
|
-
Dynamic: provides-extra
|
|
18
|
-
Dynamic: requires-dist
|
|
19
|
-
Dynamic: summary
|
|
20
19
|
|
|
21
20
|
# ssrJSON-benchmark
|
|
22
21
|
|
|
@@ -30,13 +29,13 @@ The [ssrJSON](https://github.com/Antares0982/ssrjson) benchmark repository.
|
|
|
30
29
|
|
|
31
30
|
## Benchmark Results
|
|
32
31
|
|
|
33
|
-
The benchmark results can be found in [results](results). Contributing your benchmark result is welcomed.
|
|
32
|
+
The benchmark results can be found in [website results](https://ikuyo.dev/ssrJSON-benchmark/) or [GitHub results](https://github.com/Nambers/ssrJSON-benchmark/tree/main/results). Contributing your benchmark result is welcomed.
|
|
34
33
|
|
|
35
34
|
Quick jump for
|
|
36
35
|
|
|
37
|
-
* [x86-64-v2, SSE4.2](results/SSE4.2)
|
|
38
|
-
* [x86-64-v3, AVX2](results/AVX2)
|
|
39
|
-
* [x86-64-v4, AVX512](results/AVX512)
|
|
36
|
+
* [x86-64-v2, SSE4.2](https://github.com/Nambers/ssrJSON-benchmark/tree/main/results/SSE4.2)
|
|
37
|
+
* [x86-64-v3, AVX2](https://github.com/Nambers/ssrJSON-benchmark/tree/main/results/AVX2)
|
|
38
|
+
* [x86-64-v4, AVX512](https://github.com/Nambers/ssrJSON-benchmark/tree/main/results/AVX512)
|
|
40
39
|
|
|
41
40
|
## Usage
|
|
42
41
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ssrjson_benchmark/__init__.py,sha256=hv3i4P9vAo8Zml0F58P1MB6smR7tQJBTlqWQEacGV6w,327
|
|
2
2
|
ssrjson_benchmark/__main__.py,sha256=3Nn6E4C6zFDArGDmiB36YOq4pX51KbJc3nKjcjBxRRs,1281
|
|
3
|
-
ssrjson_benchmark/_ssrjson_benchmark.pyd,sha256=
|
|
4
|
-
ssrjson_benchmark/benchmark_main.py,sha256=
|
|
3
|
+
ssrjson_benchmark/_ssrjson_benchmark.pyd,sha256=55YQIAiFzbjD2MEtU7SWzXH-cLNrYP79srmOR6UaMkc,13312
|
|
4
|
+
ssrjson_benchmark/benchmark_main.py,sha256=0Xo75WrZRwMdkMgp8wEOVFG4x2Sai1H7rpkL3s7YqMU,21105
|
|
5
5
|
ssrjson_benchmark/template.md,sha256=P0j37eQs80YQWfwstWu3LbkG5Ek9AEcB83fG7uNuqCI,241
|
|
6
6
|
ssrjson_benchmark/_files/MotionsQuestionsAnswersQuestions2016.json,sha256=EqcdpROZfEPUSuOq1PXmDY3WXQqPvNYmvqAYF_30ICQ,10323246
|
|
7
7
|
ssrjson_benchmark/_files/apache.json,sha256=KcnevFmcwUnq5rws-lXkX-Wzqwl_18v3DN9DXp4flLY,129902
|
|
@@ -15,8 +15,8 @@ ssrjson_benchmark/_files/simple_object_zh.json,sha256=uPOPBRqqFwxxu1Sh0DMoe1q9o3
|
|
|
15
15
|
ssrjson_benchmark/_files/truenull.json,sha256=enl_cy6qWa8b7bdVpx3-e0k6X9BFe_aCPot1rEquGiU,12000
|
|
16
16
|
ssrjson_benchmark/_files/tweet.json,sha256=nd_aAjLwHMcvzh_4ntacdK6S1Dlz65bcsPEzS-9MEtc,5128
|
|
17
17
|
ssrjson_benchmark/_files/twitter.json,sha256=apbJI9QLVdnFuler9fbDV8AyK9Tz2AuygSujmeMKn2o,770627
|
|
18
|
-
ssrjson_benchmark-0.0.
|
|
19
|
-
ssrjson_benchmark-0.0.
|
|
20
|
-
ssrjson_benchmark-0.0.
|
|
21
|
-
ssrjson_benchmark-0.0.
|
|
22
|
-
ssrjson_benchmark-0.0.
|
|
18
|
+
ssrjson_benchmark-0.0.1rc1.dist-info/licenses/LICENSE,sha256=grt4_GrNwicUFuNLSSbvvdGq2fFW6s81CFBO9_mtQbg,1091
|
|
19
|
+
ssrjson_benchmark-0.0.1rc1.dist-info/METADATA,sha256=HIFagnWSvLITAf0c0JGzBYvcDtvKqKgK33p1M8LAhzM,4139
|
|
20
|
+
ssrjson_benchmark-0.0.1rc1.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
|
|
21
|
+
ssrjson_benchmark-0.0.1rc1.dist-info/top_level.txt,sha256=l1O9IjI1lR5DczhKv9O-GeItgq5HZySDOI5KjfFfvq8,37
|
|
22
|
+
ssrjson_benchmark-0.0.1rc1.dist-info/RECORD,,
|
|
File without changes
|
{ssrjson_benchmark-0.0.1b0.dist-info → ssrjson_benchmark-0.0.1rc1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|