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

Add stm327xx-hal benchmark #802

Merged
merged 4 commits into from
Mar 11, 2021
Merged

Add stm327xx-hal benchmark #802

merged 4 commits into from
Mar 11, 2021

Commits on Mar 7, 2021

  1. Print error context when a benchmark fails to run

    Before:
    
    ```
    collector error: Failed to benchmark 'stm32f4', recorded: failed to obtain pkgid in '"/tmp/.tmpLF63db"'
    ```
    
    After:
    ```
    collector error: Failed to benchmark 'stm32f4', recorded: failed to obtain pkgid in '"/tmp/.tmpAmktlm"': expected success, got exit code: 101
    
    stderr=error: a Cargo.lock must exist for this command
    
     stdout=
    ```
    jyn514 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    1aee38b View commit details
    Browse the repository at this point in the history
  2. Don't touch rust files generated by build scripts

    This confuses rustc-fake, which expects to only be run when profiled (on
    the code being timed, not on dependencies).
    jyn514 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    387dc06 View commit details
    Browse the repository at this point in the history
  3. Add stm32f4 as a benchmark

    jyn514 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    d5978a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    025b5ed View commit details
    Browse the repository at this point in the history