Include benchmarks in pretty-print tests
This commit is contained in:
parent
795e80fc19
commit
ea2a968146
7 changed files with 20 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// xfail-pretty
|
||||
|
||||
use std;
|
||||
import std::int;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
// xfail-pretty
|
||||
|
||||
// Based on Isaac Gouy's fannkuchredux.csharp
|
||||
use std;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
// xfail-pretty
|
||||
|
||||
|
||||
// -*- rust -*-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// xfail-pretty
|
||||
// based on:
|
||||
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// xfail-pretty
|
||||
// -*- rust -*-
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// xfail-pretty
|
||||
/**
|
||||
A parallel word-frequency counting program.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue