Skip to content

Commit a00f94e

Browse files
crumblingstatueTeXitoi
authored andcommitted
Adapt readme to the fact that the benchmarks in rust-lang/rust were removed (#36)
See rust-lang/rust#31274 for the pull request that removed them.
1 parent 3516a8a commit a00f94e

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

README.md

+2-21
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
# 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)
22

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

15-
If you want to contribute, please propose your version first to the
16-
official rust repository, and then propose a pull request here.
17-
18-
There is some exceptions:
19-
- pidigits. I have a special version that is not provided by the
20-
rust repo because it depends on GMP.
21-
- mandelbrot and spectralnorm have specific version because of
22-
`feature(simd)`.
23-
- regex-dna, see https://github.com/rust-lang/regex/blob/master/examples/shootout-regex-dna.rs
24-
25-
You can propose directly a pull request here for these implementations if relevent.
6+
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.

0 commit comments

Comments
 (0)