> 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
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