question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `@bors perf` command or similar

See original GitHub issue

The typical workflow when having to get perf data for a commit is

@bors try

(wait until bors posts that it is done)

@rust-timer build SHA

(wait until that is done)

It would be great if bors would have a command like perf, that would work basically exactly the same as try, except that the “try build done” message would invoke the rust-timer bot the same way that we currently have to do manually (yay, bots calling bots). So, no human interaction should be needed, after doing @bors perf, until the final perf results are in.

Cc @Mark-Simulacrum

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
pietroalbinicommented, Aug 6, 2019

It would probably be better to add this to rust-timer itself?

0reactions
Mark-Simulacrumcommented, Oct 2, 2019

I don’t think we can do better than that personally (or should, perhaps). So closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linux perf: How to Use the Command and Profiler - phoenixNAP
Learn how to use the Linux perf command to profile, count, and analyze system events and CPU performance in this guide.
Read more >
Getting started with the perf command - IBM
The perf command can report combinations of performance counters as performance metrics and can inject small scripts (BPF scripts) into the kernel to...
Read more >
Tutorial - Perf Wiki
The perf tool offers a rich set of commands to collect and analyze performance and ... Each event is added to the same...
Read more >
Issues - GitHub
Create a test-perf command in test_commands.py to bootstrap the test env and run. Pretty print the test result for human to read ( ......
Read more >
Linux perf Examples - Brendan Gregg
The perf tool is in the linux-tools-common package. Start by adding that, then running "perf" to see if you get the USAGE message....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found