Skip to content

Commit 9e2b8b6

Browse files
author
github-action-benchmark
committed
add Rust Benchmark (criterion) benchmark result for d16e12f
1 parent bd44785 commit 9e2b8b6

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": 1709814154175,
2+
"lastUpdate": 1709831780620,
33
"repoUrl": "https://github.com/homotopy-io/homotopy-rs",
44
"entries": {
55
"Rust Benchmark": [
@@ -51998,6 +51998,66 @@ window.BENCHMARK_DATA = {
5199851998
"unit": "ms"
5199951999
}
5200052000
]
52001+
},
52002+
{
52003+
"commit": {
52004+
"author": {
52005+
"email": "calintat@gmail.com",
52006+
"name": "Calin Tataru",
52007+
"username": "calintat"
52008+
},
52009+
"committer": {
52010+
"email": "calintat@gmail.com",
52011+
"name": "Calin Tataru",
52012+
"username": "calintat"
52013+
},
52014+
"distinct": true,
52015+
"id": "d16e12f32dad44d603be657b60f6b0ad604714a4",
52016+
"message": "Minor cleanup in proof and signature",
52017+
"timestamp": "2024-03-07T16:53:40Z",
52018+
"tree_id": "70e284de0c81f80b078fc1224e0ea3d7877e8723",
52019+
"url": "https://github.com/homotopy-io/homotopy-rs/commit/d16e12f32dad44d603be657b60f6b0ad604714a4"
52020+
},
52021+
"date": 1709831765252,
52022+
"tool": "criterion",
52023+
"benches": [
52024+
{
52025+
"name": "label identifications high dimensions/5",
52026+
"value": 1.2252,
52027+
"range": "+/- 0.002",
52028+
"unit": "ms"
52029+
},
52030+
{
52031+
"name": "label identifications high dimensions/6",
52032+
"value": 11.832,
52033+
"range": "+/- 0.042",
52034+
"unit": "ms"
52035+
},
52036+
{
52037+
"name": "label identifications high dimensions/7",
52038+
"value": 224.18,
52039+
"range": "+/- 1.420",
52040+
"unit": "ms"
52041+
},
52042+
{
52043+
"name": "label identifications high dimensions/8",
52044+
"value": 5.3217,
52045+
"range": "+/- 0.008",
52046+
"unit": "s"
52047+
},
52048+
{
52049+
"name": "contract high dimensions/3",
52050+
"value": 9.3951,
52051+
"range": "+/- 0.009",
52052+
"unit": "ms"
52053+
},
52054+
{
52055+
"name": "contract high dimensions/4",
52056+
"value": 246.36,
52057+
"range": "+/- 1.350",
52058+
"unit": "ms"
52059+
}
52060+
]
5200152061
}
5200252062
]
5200352063
}

0 commit comments

Comments
 (0)