-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for eeb460f
- Loading branch information
github-action-benchmark
committed
Nov 21, 2023
1 parent
f8bf683
commit adfb698
Showing
1 changed file
with
40 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": 1700565102535, | ||
"lastUpdate": 1700565103849, | ||
"repoUrl": "https://github.com/hplt-project/OpusTrainer", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -393,6 +393,45 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jelmer van der Linde", | ||
"username": "jelmervdl" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Jelmer van der Linde", | ||
"username": "jelmervdl" | ||
}, | ||
"distinct": true, | ||
"id": "eeb460f394a65e0e4bca2c53a26379ab3d167339", | ||
"message": "Simplify/fix regression 40 test", | ||
"timestamp": "2023-11-21T11:09:00Z", | ||
"tree_id": "cfa01bf48839a3c936cd30fb7820a3a9667e7081", | ||
"url": "https://github.com/hplt-project/OpusTrainer/commit/eeb460f394a65e0e4bca2c53a26379ab3d167339" | ||
}, | ||
"date": 1700565101977, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Baseline", | ||
"value": 2490375411, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags", | ||
"value": 36374268556, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags with SPM", | ||
"value": 53713721799, | ||
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|