Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support callgraph generation #8

Merged
merged 15 commits into from
Jul 4, 2023

Conversation

art049
Copy link
Member

@art049 art049 commented May 30, 2023

  • fix: make the release script executable
  • fix: fix the release script
  • Release v1.1.0 🚀
  • fix: update readme
  • chore: update readme
  • fix: disable automatic garbage collection to increase stability
  • fix: avoid wrapping the callable to maintain existing results
  • Release v1.2.0 🚀
  • fix: support kwargs with the benchmark fixture
  • Release v1.2.1 🚀
  • feat: add library metadata in the profile output
  • Release v1.2.2 🚀
  • chore: add discord badge in the readme
  • --wip-- [skip ci]

@art049 art049 force-pushed the feat/support-callgraph-generation branch 3 times, most recently from 5c24bae to 539a395 Compare June 7, 2023 12:32
@art049 art049 changed the title feat/support callgraph generation feat: support callgraph generation Jun 7, 2023
@art049 art049 force-pushed the feat/support-callgraph-generation branch 2 times, most recently from 8b03aba to 427013c Compare June 7, 2023 13:43
@codspeed-hq
Copy link

codspeed-hq bot commented Jun 7, 2023

CodSpeed Performance Report

Merging #8 will degrade performances by 36.95%

Comparing feat/support-callgraph-generation (fc4fbad) with master (22f3fad)

Summary

❌ 5 regressions

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark master feat/support-callgraph-generation Change
test_iterative_fibo_10 31.9 µs 45.6 µs -30.11%
test_recursive_fibo_10 325.9 µs 515 µs -36.72%
test_recursive_fibo_20 38.2 ms 60.6 ms -36.95%
test_recursive_cached_fibo_10 86.5 µs 113.6 µs -23.82%
test_recursive_cached_fibo_100 677.6 µs 887.1 µs -23.61%

@art049 art049 force-pushed the feat/support-callgraph-generation branch 3 times, most recently from 3148b6a to da13276 Compare June 8, 2023 10:22
@art049 art049 force-pushed the feat/support-callgraph-generation branch from 76ac297 to c9b5ece Compare June 28, 2023 12:53
@art049 art049 force-pushed the feat/support-callgraph-generation branch from deb0ea8 to da8cbbd Compare July 4, 2023 12:27
@art049 art049 force-pushed the feat/support-callgraph-generation branch from da8cbbd to fc4fbad Compare July 4, 2023 12:48
@art049 art049 merged commit fc4fbad into master Jul 4, 2023
@adriencaccia adriencaccia deleted the feat/support-callgraph-generation branch September 20, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant