Skip to content

a couple misc changes #2413

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

Merged
merged 4 commits into from
May 22, 2012
Merged

a couple misc changes #2413

merged 4 commits into from
May 22, 2012

Conversation

erickt
Copy link
Contributor

@erickt erickt commented May 19, 2012

I've been sitting on some commits for a couple weeks now. Mainly just some cleanup, but also exposes tzset() and adds support for io iterable functions like for io::stdin().each_byte() { |byte| ... }.

brson added a commit that referenced this pull request May 22, 2012
@brson brson merged commit b4da036 into rust-lang:master May 22, 2012
@brson
Copy link
Contributor

brson commented May 22, 2012

Thanks!

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 22, 2022
normalize stronger

rustc CI has the cargo stuff in `/cargo/...`, so we also need to handle that path.
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
This commit adds a new visualization that writes all results out to a
file as a series of tables, one for each metric.

For each metric, each row comprises the benchmark name, followed by the
values of the metric for each of the variants.

This is an example of the output:

```
  ## runtime

  | Benchmark |  variant_1 | variant_2 |
  | --- | --- |--- |
  | bench_1 | 5 | 10 |
  | bench_2 | 10 | 5 |

  ## success

  | Benchmark |  variant_1 | variant_2 |
  | --- | --- |--- |
  | bench_1 | True | True |
  | bench_2 | True | False |
```
tshepang pushed a commit to tshepang/rust that referenced this pull request Jun 2, 2025
…s-yes

Flesh out sections about crashes tests and update mentions of glacier
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.

2 participants