-
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 8d3624b7f97e798dfd84ff7f8b383f1d0388f9de
- Loading branch information
github-action-benchmark
committed
May 11, 2024
1 parent
099b379
commit 4ec2b0e
Showing
1 changed file
with
30 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": 1715414823827, | ||
"lastUpdate": 1715432229984, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -31,6 +31,35 @@ 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": "8d3624b7f97e798dfd84ff7f8b383f1d0388f9de", | ||
"message": "Skip paged collection test in browsers", | ||
"timestamp": "2024-05-11T14:46:59+02:00", | ||
"tree_id": "f39d35ebab359762b46b1de5af6c21ef675d7d1d", | ||
"url": "https://github.com/comunica/comunica/commit/8d3624b7f97e798dfd84ff7f8b383f1d0388f9de" | ||
}, | ||
"date": 1715432229742, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 8628, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|