Skip to content

Commit

Permalink
docs(readme): add benchmark link
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglinpeng committed Jul 13, 2021
1 parent caac298 commit e807f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ create_report(df).show_browser()

Click [here](https://docs.dataprep.ai/_downloads/1a61c6aebb3ecbe9dc9742bd6ca78ddb/titanic_dp.html) to see the generated report of the above code.

Click [here](https://docs.dataprep.ai/dev/bench/index.html) to see the benchmark result.

#### Innovative System Design

DataPrep.EDA is the **_only_** task-centric EDA system in Python. It is carefully designed to improve usability.
Expand Down

1 comment on commit e807f79

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DataPrep.EDA Benchmarks

Benchmark suite Current: e807f79 Previous: caac298 Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.18062262599019555 iter/sec (stddev: 0.04681108088809471) 0.198920389258266 iter/sec (stddev: 0.01519471045276923) 1.10

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.