nsf / pnoise

Perlin noise benchmark
77 stars 23 forks source link

Update Rust to Beta #19

Closed maarek closed 9 years ago

maarek commented 9 years ago

Update system to use Rust 1.0.0-beta instead of 0.13 for benchmark as this is the most accurate release version up to now.

nsf commented 9 years ago

Will do eventually, but it's pointless, because I'm pretty sure rust has the same performance.

killercup commented 9 years ago

You're right, the performance probably won't change. For the record, I posted a version that compiles with a recent nightly on reddit.

nsf commented 9 years ago

Rust guys actually maintain that benchmark on their own, you can find the most recent version here: https://github.com/rust-lang/rust/blob/master/src/test/bench/noise.rs

killercup commented 9 years ago

Huh, I knew I saw that one before… Don't mind me, then.

5nyper commented 9 years ago

Well Rust is now officially 1.0, so I think it's its appropriate to update?

nsf commented 9 years ago

Yeah, will update it soon.