-
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 c966d7b
- Loading branch information
github-action-benchmark
committed
Feb 8, 2024
1 parent
6d6bfe4
commit ec2e7d5
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": 1707405408760, | ||
"lastUpdate": 1707406272650, | ||
"repoUrl": "https://github.com/hplt-project/OpusTrainer", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -665,6 +665,45 @@ window.BENCHMARK_DATA = { | |
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jelmer", | ||
"username": "jelmervdl" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "c966d7b353d6b3c6a09d9573f1ab6ba3221c1d21", | ||
"message": "Merge pull request #52 from mozilla/fix_config_parsing\n\nFix names of parameters for merge and noise", | ||
"timestamp": "2024-02-08T15:27:00Z", | ||
"tree_id": "bce789baaccd255106d2dfb016e66e07dd3e3906", | ||
"url": "https://github.com/hplt-project/OpusTrainer/commit/c966d7b353d6b3c6a09d9573f1ab6ba3221c1d21" | ||
}, | ||
"date": 1707406271701, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Baseline", | ||
"value": 3653002179, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags", | ||
"value": 36845662445, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags with SPM", | ||
"value": 53917514609, | ||
"unit": "ns" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|