diff options
Diffstat (limited to 'benchmarks/run.js')
-rw-r--r-- | benchmarks/run.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/run.js b/benchmarks/run.js index 58f62658..da95fb49 100644 --- a/benchmarks/run.js +++ b/benchmarks/run.js @@ -34,7 +34,6 @@ load('raytrace.js'); load('earley-boyer.js'); load('regexp.js'); load('splay.js'); -load('navier-stokes.js'); var success = true; |