Skip to content

Commit 196c7c6

Browse files
author
github-action-benchmark
committed
add Rust Benchmark (criterion) benchmark result for 6c94846
1 parent b228d44 commit 196c7c6

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

dev/bench/data.js

+61-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1709771100563,
2+
"lastUpdate": 1709771888563,
33
"repoUrl": "https://github.com/homotopy-io/homotopy-rs",
44
"entries": {
55
"Rust Benchmark": [
@@ -51878,6 +51878,66 @@ window.BENCHMARK_DATA = {
5187851878
"unit": "ms"
5187951879
}
5188051880
]
51881+
},
51882+
{
51883+
"commit": {
51884+
"author": {
51885+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
51886+
"name": "dependabot[bot]",
51887+
"username": "dependabot[bot]"
51888+
},
51889+
"committer": {
51890+
"email": "calintat@gmail.com",
51891+
"name": "Calin Tataru",
51892+
"username": "calintat"
51893+
},
51894+
"distinct": true,
51895+
"id": "6c94846157520632af7faaf31270995c06adb93f",
51896+
"message": "build(deps): bump chrono from 0.4.34 to 0.4.35 (#1351)\n\nBumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.35.\n- [Release notes](https://github.com/chronotope/chrono/releases)\n- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/chronotope/chrono/compare/v0.4.34...v0.4.35)\n\n---\nupdated-dependencies:\n- dependency-name: chrono\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
51897+
"timestamp": "2024-03-07T00:17:00Z",
51898+
"tree_id": "5742c0ad2aa52cec78952e5912330deb203cd5c7",
51899+
"url": "https://github.com/homotopy-io/homotopy-rs/commit/6c94846157520632af7faaf31270995c06adb93f"
51900+
},
51901+
"date": 1709771869333,
51902+
"tool": "criterion",
51903+
"benches": [
51904+
{
51905+
"name": "label identifications high dimensions/5",
51906+
"value": 1.2052,
51907+
"range": "+/- 0.002",
51908+
"unit": "ms"
51909+
},
51910+
{
51911+
"name": "label identifications high dimensions/6",
51912+
"value": 11.476,
51913+
"range": "+/- 0.024",
51914+
"unit": "ms"
51915+
},
51916+
{
51917+
"name": "label identifications high dimensions/7",
51918+
"value": 213.19,
51919+
"range": "+/- 0.950",
51920+
"unit": "ms"
51921+
},
51922+
{
51923+
"name": "label identifications high dimensions/8",
51924+
"value": 5.0036,
51925+
"range": "+/- 0.003",
51926+
"unit": "s"
51927+
},
51928+
{
51929+
"name": "contract high dimensions/3",
51930+
"value": 9.2946,
51931+
"range": "+/- 0.008",
51932+
"unit": "ms"
51933+
},
51934+
{
51935+
"name": "contract high dimensions/4",
51936+
"value": 243.99,
51937+
"range": "+/- 1.300",
51938+
"unit": "ms"
51939+
}
51940+
]
5188151941
}
5188251942
]
5188351943
}

0 commit comments

Comments
 (0)