Skip to content

Adapt readme to the fact that the benchmarks in rust-lang/rust were removed #36

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 1 commit into from
Jun 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# The Computer Language Benchmarks Game: Rust implementations [![Build Status](https://travis-ci.org/TeXitoi/benchmarksgame-rs.svg?branch=master)](https://travis-ci.org/TeXitoi/benchmarksgame-rs)

This is the version I propose to the [The Computer Language Benchmarks
Game](http://benchmarksgame.alioth.debian.org/). It is mainly [the
official rust
versions](https://github.com/rust-lang/rust/tree/master/src/test/bench)
to which I made the following modifications to be published:
- changing the header, as asked by the site (I have a dedicated
contributor line because I propose the program as asked by the
site);
- removing the rust test framework specific code;
- make it stable compliant (most of the time by adding crates);
- possibly removing warnings or other **trivial** modifications.
Game](http://benchmarksgame.alioth.debian.org/).

If you want to contribute, please propose your version first to the
official rust repository, and then propose a pull request here.

There is some exceptions:
- pidigits. I have a special version that is not provided by the
rust repo because it depends on GMP.
- mandelbrot and spectralnorm have specific version because of
`feature(simd)`.
- regex-dna, see https://github.com/rust-lang/regex/blob/master/examples/shootout-regex-dna.rs

You can propose directly a pull request here for these implementations if relevent.
For regex-dna, first propose your change to https://github.com/rust-lang/regex/blob/master/examples/shootout-regex-dna.rs, the submit a pull request here.