-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add DataPrep.EDA Benchmarks (pytest) benchmark result for 55c3932
- Loading branch information
github-action-benchmark
committed
Oct 27, 2022
1 parent
f0f6d33
commit 6abe0e0
Showing
1 changed file
with
32 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": 1666836477760, | ||
"lastUpdate": 1666836938698, | ||
"repoUrl": "https://github.com/sfu-db/dataprep", | ||
"entries": { | ||
"DataPrep.EDA Benchmarks": [ | ||
|
@@ -4311,6 +4311,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 3.9410418859999994 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Weiyuan Wu", | ||
"username": "dovahcrow" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Weiyuan Wu", | ||
"username": "dovahcrow" | ||
}, | ||
"distinct": true, | ||
"id": "55c3932a8cdc8f9ae69660a4083f3519fe159dc5", | ||
"message": "update readme", | ||
"timestamp": "2022-10-27T02:11:48Z", | ||
"tree_id": "779979d851b73246ffb3b9262ac4113e38b7c549", | ||
"url": "https://github.com/sfu-db/dataprep/commit/55c3932a8cdc8f9ae69660a4083f3519fe159dc5" | ||
}, | ||
"date": 1666836933969, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "dataprep/tests/benchmarks/eda.py::test_create_report", | ||
"value": 0.17065953860493113, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.12216139937014857", | ||
"extra": "mean: 5.859619732800013 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|