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

Bump measureme from 0.8.0 to 9.1.0 #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Bumps measureme from 0.8.0 to 9.1.0.

Release notes

Sourced from measureme's releases.

9.1.0

Added

  • measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143)
  • summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129)

Changed

  • analyzeme: Provide functions to decode paged buffer data from memory (GH-142)
  • analyzeme: Fix blocked events not being counted in total invocation count (GH-148)
  • analyzeme: Return error instead of panicking if the input file is too small (GH-151)
  • Cleanup intra-doc links (GH-146)

9.0.0

Added

  • measureme: Added a function to create EventIds with multiple arguments (GH-138)

Changed

  • We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting 9.0 as the version number
  • measureme: Allow recording up to 4gb of string data instead of the old limit of 1gb (GH-137)

GH-137: rust-lang/measureme#137 GH-138: rust-lang/measureme#138

Changelog

Sourced from measureme's changelog.

[9.1.0] - 2021-02-19

Added

  • measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143)
  • summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129)

Changed

  • analyzeme: Provide functions to decode paged buffer data from memory (GH-142)
  • analyzeme: Fix blocked events not being counted in total invocation count (GH-148)
  • analyzeme: Return error instead of panicking if the input file is too small (GH-151)
  • Cleanup intra-doc links (GH-146)

[9.0.0] - 2020-10-07

Added

  • measureme: Added a function to create EventIds with multiple arguments (GH-138)

Changed

  • We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting 9.0 as the version number
  • measureme: Allow recording up to 4gb of string data instead of the old limit of 1gb (GH-137)
Commits
  • 03a352f Merge pull request #152 from wesleywiser/9.1_release
  • 681c8c6 Update versions to 9.1
  • 66d5acf Update CHANGELOG for 9.1
  • 61e3581 Merge pull request #129 from eddyb/aggregate
  • 3807a1f Merge pull request #151 from andjo403/to_small_file
  • 7d3323e return error if the file is too small instead of panicking
  • 9591c4d Merge pull request #147 from eddyb/rdpmc-tweaks
  • 66f6def Fix nit in summarize/src/aggregate.rs
  • 16688a5 Merge pull request #148 from andjo403/inc_invocation_counter
  • 5431649 add to invocation count for blocked events
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 22, 2021
@github-actions
Copy link

Benchmark for 48b96de

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 411.9±18.93ns 407.7±21.63ns +1.03%
Arithmetic operations (Full) 331.8±18.63µs 329.7±49.55µs +0.64%
Array access (Execution) 10.4±0.86µs 10.3±0.69µs +0.97%
Array access (Full) 338.8±20.83µs 352.1±24.63µs -3.78%
Array creation (Execution) 4.0±0.21ms 3.9±0.18ms +2.56%
Array creation (Full) 3.9±0.20ms 3.9±0.20ms 0.00%
Array pop (Execution) 1414.4±67.16µs 1401.5±89.07µs +0.92%
Array pop (Full) 1870.2±135.77µs 1870.1±278.56µs +0.01%
Boolean Object Access (Execution) 6.2±0.43µs 6.1±0.62µs +1.64%
Boolean Object Access (Full) 337.6±26.64µs 331.8±17.23µs +1.75%
Clean js (Execution) 876.9±42.11µs 872.3±46.06µs +0.53%
Clean js (Full) 1246.6±76.39µs 1245.1±67.94µs +0.12%
Clean js (Parser) 41.9±2.03µs 42.5±2.86µs -1.41%
Create Realm 551.7±32.12ns 559.5±21.54ns -1.39%
Dynamic Object Property Access (Execution) 6.6±0.32µs 6.6±0.44µs 0.00%
Dynamic Object Property Access (Full) 353.6±20.80µs 335.8±26.19µs +5.30%
Expression (Parser) 7.5±0.50µs 7.4±0.39µs +1.35%
Fibonacci (Execution) 1063.7±54.39µs 1063.4±39.15µs +0.03%
Fibonacci (Full) 1413.6±67.10µs 1434.0±82.56µs -1.42%
For loop (Execution) 27.7±1.71µs 27.8±2.39µs -0.36%
For loop (Full) 356.2±36.31µs 366.5±21.01µs -2.81%
For loop (Parser) 21.1±1.11µs 20.9±1.31µs +0.96%
Goal Symbols (Parser) 13.5±0.85µs 13.9±0.89µs -2.88%
Hello World (Parser) 3.5±0.19µs 3.4±0.21µs +2.94%
Long file (Parser) 861.1±39.88ns 862.8±45.40ns -0.20%
Mini js (Execution) 786.8±38.25µs 784.6±33.56µs +0.28%
Mini js (Full) 1129.9±73.48µs 1106.6±48.57µs +2.11%
Mini js (Parser) 37.0±1.76µs 37.7±2.73µs -1.86%
Number Object Access (Execution) 4.8±0.29µs 5.0±0.30µs -4.00%
Number Object Access (Full) 325.8±12.07µs 330.8±20.50µs -1.51%
Object Creation (Execution) 5.8±0.35µs 5.8±0.31µs 0.00%
Object Creation (Full) 331.5±17.96µs 340.0±38.40µs -2.50%
RegExp (Execution) 81.6±7.21µs 85.3±7.29µs -4.34%
RegExp (Full) 429.1±30.23µs 416.9±24.22µs +2.93%
RegExp Literal (Execution) 81.4±8.02µs 82.2±6.50µs -0.97%
RegExp Literal (Full) 434.4±32.35µs 423.1±25.70µs +2.67%
RegExp Literal Creation (Execution) 80.4±8.37µs 78.7±4.72µs +2.16%
RegExp Literal Creation (Full) 424.0±28.38µs 421.2±28.25µs +0.66%
Static Object Property Access (Execution) 6.0±0.27µs 6.1±0.62µs -1.64%
Static Object Property Access (Full) 328.9±12.75µs 328.6±21.62µs +0.09%
String Object Access (Execution) 8.5±0.49µs 8.6±0.42µs -1.16%
String Object Access (Full) 344.2±18.76µs 333.1±18.23µs +3.33%
String comparison (Execution) 7.4±0.33µs 7.6±0.55µs -2.63%
String comparison (Full) 351.3±22.21µs 346.3±19.94µs +1.44%
String concatenation (Execution) 6.4±0.52µs 6.5±0.71µs -1.54%
String concatenation (Full) 324.1±17.25µs 334.0±18.93µs -2.96%
String copy (Execution) 4.8±0.22µs 4.8±0.30µs 0.00%
String copy (Full) 324.4±18.54µs 321.5±16.87µs +0.90%
Symbols (Execution) 4.2±0.27µs 4.2±0.27µs 0.00%
Symbols (Full) 318.4±25.24µs 319.4±21.80µs -0.31%

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 26, 2021

Superseded by #71.

@dependabot dependabot bot closed this Apr 26, 2021
@dependabot dependabot bot deleted the dependabot/cargo/measureme-9.1.0 branch April 26, 2021 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants