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

Updated benchmarking documentation with latest CopyElement test ( Issue #444 ) #485

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Conversation

abdalahsalah
Copy link

Updated Benchmarking Documentation with Latest CopyElement Test (Issue #444)

Description

This PR addresses Issue #444, where the stumpless_copy_element function was missing in element.cpp. The following changes were made to resolve the issue:

  • Located and defined the stumpless_copy_element function.
  • Fixed potential include or linking issues related to this function.
  • Verified that the function is correctly implemented, compiles without errors, and is properly tested.

Changes Made

  1. Added the stumpless_copy_element function definition.
  2. Ensured related files include proper dependencies for smooth compilation.
  3. Validated functionality through relevant test cases.

Related Issue

Fixes #444

How to Test

  1. Build the project (make or cmake).
  2. Run the test suite:
    ./run_tests

snippmarking documentation with latest CopyElement test snippet
 Please enter the commit message for your changes. Lines starting
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.41%. Comparing base (0949f45) to head (f0f706f).

Additional details and impacted files
@@           Coverage Diff           @@
##           latest     #485   +/-   ##
=======================================
  Coverage   90.41%   90.41%           
=======================================
  Files          47       47           
  Lines        4434     4434           
  Branches      593      593           
=======================================
  Hits         4009     4009           
  Misses        282      282           
  Partials      143      143           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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