-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmarks total results (customSmallerIsBetter) benchmark result…
… for db31677bdef5400194783048840c147e04b793e5
- Loading branch information
github-action-benchmark
committed
May 30, 2024
1 parent
aab9909
commit a9648f4
Showing
1 changed file
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1716987811655, | ||
"lastUpdate": 1717078927106, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -466,6 +466,40 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"distinct": true, | ||
"id": "db31677bdef5400194783048840c147e04b793e5", | ||
"message": "Bump to release version v3.1.2", | ||
"timestamp": "2024-05-30T16:05:04+02:00", | ||
"tree_id": "7e957d94f350c46e40ebadba3716e68df0e5360a", | ||
"url": "https://github.com/comunica/comunica/commit/db31677bdef5400194783048840c147e04b793e5" | ||
}, | ||
"date": 1717078926889, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 7939, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 36435, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|