-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ext2_updates_between (customSmallerIsBetter) benchmark result for…
… 6a865062e6d55140c5d60529d96a082b0c99e493
- Loading branch information
github-action-benchmark
committed
Jan 22, 2025
1 parent
6a27aa3
commit 6ad560f
Showing
1 changed file
with
38 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": 1737509447599, | ||
"lastUpdate": 1737509497563, | ||
"repoUrl": "https://github.com/asterinas/asterinas", | ||
"entries": { | ||
"ext2_deletes_between": [ | ||
|
@@ -7739,6 +7739,43 @@ window.BENCHMARK_DATA = { | |
"extra": "aster_result" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Shaowei Song", | ||
"username": "lucassong-mh", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "Tate, Hongliang Tian", | ||
"username": "tatetian", | ||
"email": "[email protected]" | ||
}, | ||
"id": "6a865062e6d55140c5d60529d96a082b0c99e493", | ||
"message": "Unify and optimize the comparison of special file names", | ||
"timestamp": "2025-01-16T08:17:27Z", | ||
"url": "https://github.com/asterinas/asterinas/commit/6a865062e6d55140c5d60529d96a082b0c99e493" | ||
}, | ||
"date": 1737509457860, | ||
"tool": "customSmallerIsBetter", | ||
"title": "[Ext2] The updates-between result of sqlite speedtest", | ||
"description": "sqlite-speed-test: 10000 UPDATES, numeric BETWEEN, indexed", | ||
"display": true, | ||
"benches": [ | ||
{ | ||
"name": "The speed of updates-between on Linux (Ext2)", | ||
"value": "1.960", | ||
"unit": "second", | ||
"extra": "linux_result" | ||
}, | ||
{ | ||
"name": "The speed of updates-between on Asterinas (Ext2)", | ||
"value": "2.110", | ||
"unit": "second", | ||
"extra": "aster_result" | ||
} | ||
] | ||
} | ||
], | ||
"ext2_updates_individual": [ | ||
|