-
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 06e404d
- Loading branch information
github-action-benchmark
committed
Jan 8, 2024
1 parent
72c8a80
commit c73f2c8
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": 1704749064010, | ||
"lastUpdate": 1704749065020, | ||
"repoUrl": "https://github.com/hplt-project/OpusTrainer", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -549,6 +549,45 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jelmer", | ||
"username": "jelmervdl" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "06e404dd675bc4381da073f3548c7a525fb7a610", | ||
"message": "Mention paper on arxiv", | ||
"timestamp": "2024-01-08T21:21:48Z", | ||
"tree_id": "499dbb3e071bdfe789e64858afb6cbf23828773b", | ||
"url": "https://github.com/hplt-project/OpusTrainer/commit/06e404dd675bc4381da073f3548c7a525fb7a610" | ||
}, | ||
"date": 1704749063549, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Baseline", | ||
"value": 2626806983, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags", | ||
"value": 37454702265, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags with SPM", | ||
"value": 55068300862, | ||
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|