-
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 4fceac9
- Loading branch information
github-action-benchmark
committed
Feb 8, 2024
1 parent
c73f2c8
commit 6d6bfe4
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": 1704749065020, | ||
"lastUpdate": 1707405408760, | ||
"repoUrl": "https://github.com/hplt-project/OpusTrainer", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -626,6 +626,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": "4fceac9aef0af9d0b4bbc207ebbed53d2f5d5b22", | ||
"message": "Merge pull request #51 from mozilla/fix_typos_probs\n\nUse line modification probability in typos", | ||
"timestamp": "2024-02-08T15:14:11Z", | ||
"tree_id": "ce8988def6f0702c29a7aabaea4d3501234110dd", | ||
"url": "https://github.com/hplt-project/OpusTrainer/commit/4fceac9aef0af9d0b4bbc207ebbed53d2f5d5b22" | ||
}, | ||
"date": 1707405408353, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Baseline", | ||
"value": 2444361678, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags", | ||
"value": 37253350737, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags with SPM", | ||
"value": 54862580049, | ||
"unit": "ns" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|