Re: [swift-dev] Running benchmark in release mode

2017-03-26 Thread Michael Gottesman via swift-dev
> On Mar 25, 2017, at 5:03 AM, Pavol Vaskovic via swift-dev > wrote: > > Hi, > > I’m trying to run the benchmarks for swift-source on my machine. > >> ./swift/utils/build-script --benchmark > > works, but takes ages. So I was trying to run the benchmark in release mode: > >> ./swift/utils

[swift-dev] Running benchmark in release mode

2017-03-25 Thread Pavol Vaskovic via swift-dev
Hi, I’m trying to run the benchmarks for swift-source on my machine. > ./swift/utils/build-script --benchmark works, but takes ages. So I was trying to run the benchmark in release mode: > ./swift/utils/build-script -R -B this fails with the last command being: > /Users/mondo/Developer/swif