Skip to content

Commit

Permalink
add Benchmark on windows-latest (pytest) benchmark result for 5dc4a34
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 19, 2023
1 parent e902a26 commit 4782198
Showing 1 changed file with 74 additions and 1 deletion.
75 changes: 74 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1695125977530,
"lastUpdate": 1695126321906,
"repoUrl": "https://github.com/aiidateam/disk-objectstore",
"entries": {
"Benchmark on ubuntu-latest": [
Expand Down Expand Up @@ -13617,6 +13617,79 @@ window.BENCHMARK_DATA = {
"extra": "mean: 281.9961256050319 nsec\nrounds: 172414"
}
]
},
{
"commit": {
"author": {
"email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
"name": "pre-commit-ci[bot]",
"username": "pre-commit-ci[bot]"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5dc4a34d212cf75e9e649b4294fd8bfa452d97ad",
"message": "[pre-commit.ci] pre-commit autoupdate (#157)\n\nupdates:\r\n- https://github.com/ikamensh/flynt/: 0.78 → 1.0.1\r\n- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](https://github.com/executablebooks/mdformat/compare/0.7.16...0.7.17)\r\n- [github.com/asottile/pyupgrade: v3.4.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.10.1)\r\n- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)\r\n- [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.0a7](https://github.com/PyCQA/pylint/compare/v3.0.0a6...v3.0.0a7)\r\n- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.5.1)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"timestamp": "2023-09-19T14:17:28+02:00",
"tree_id": "79dbae413ecad9e644deefaef21eeaeb54ab4120",
"url": "https://github.com/aiidateam/disk-objectstore/commit/5dc4a34d212cf75e9e649b4294fd8bfa452d97ad"
},
"date": 1695126310911,
"tool": "pytest",
"benches": [
{
"name": "tests/test_benchmark.py::test_pack_write",
"value": 1.2873234216009524,
"unit": "iter/sec",
"range": "stddev: 0.013627070344477403",
"extra": "mean: 776.8055666666666 msec\nrounds: 3"
},
{
"name": "tests/test_benchmark.py::test_loose_write",
"value": 0.1145971250973388,
"unit": "iter/sec",
"range": "stddev: 4.219774629928451",
"extra": "mean: 8.7262224 sec\nrounds: 3"
},
{
"name": "tests/test_benchmark.py::test_pack_read",
"value": 7.608517430923292,
"unit": "iter/sec",
"range": "stddev: 0.007336031878921979",
"extra": "mean: 131.4316499999988 msec\nrounds: 8"
},
{
"name": "tests/test_benchmark.py::test_loose_read",
"value": 12.629786847087235,
"unit": "iter/sec",
"range": "stddev: 0.0012566801383004068",
"extra": "mean: 79.17790000000093 msec\nrounds: 11"
},
{
"name": "tests/test_benchmark.py::test_has_objects",
"value": 2.0291446039464893,
"unit": "iter/sec",
"range": "stddev: 0.0024570537560236186",
"extra": "mean: 492.8184999999985 msec\nrounds: 3"
},
{
"name": "tests/test_benchmark.py::test_list_all_packed",
"value": 3608831.0880936556,
"unit": "iter/sec",
"range": "stddev: 4.8851576263067916e-8",
"extra": "mean: 277.0980341248715 nsec\nrounds: 169492"
},
{
"name": "tests/test_benchmark.py::test_list_all_loose",
"value": 2333893.1629339713,
"unit": "iter/sec",
"range": "stddev: 9.963200157666296e-8",
"extra": "mean: 428.4686273911893 nsec\nrounds: 196079"
}
]
}
]
}
Expand Down

0 comments on commit 4782198

Please sign in to comment.