-
Notifications
You must be signed in to change notification settings - Fork 206
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 be3f00c
- Loading branch information
github-action-benchmark
committed
Apr 3, 2024
1 parent
6abe0e0
commit 9f80c38
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": 1666836938698, | ||
"lastUpdate": 1712135840831, | ||
"repoUrl": "https://github.com/sfu-db/dataprep", | ||
"entries": { | ||
"DataPrep.EDA Benchmarks": [ | ||
|
@@ -4342,6 +4342,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.859619732800013 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "fatbuddy", | ||
"username": "fatbuddy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Weiyuan Wu", | ||
"username": "dovahcrow" | ||
}, | ||
"distinct": true, | ||
"id": "be3f00c66f1248f05cc4f6007e84ac800f0700b5", | ||
"message": "Increment the version number", | ||
"timestamp": "2024-04-03T17:15:45+08:00", | ||
"tree_id": "efd473f23450bdf07cfda86fd8aa69c56fba0a5c", | ||
"url": "https://github.com/sfu-db/dataprep/commit/be3f00c66f1248f05cc4f6007e84ac800f0700b5" | ||
}, | ||
"date": 1712135837583, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "dataprep/tests/benchmarks/eda.py::test_create_report", | ||
"value": 0.2638547882953174, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.013186153287628245", | ||
"extra": "mean: 3.78996343579999 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|