lightstep / superposition

Imported from EraDB
MIT License
0 stars 1 forks source link

Run tests with -O2 and update .gitignore #7

Closed sstangl closed 4 years ago

sstangl commented 4 years ago

This builds tests with -O2.

I tried changing the constant in simple_interleaving from 2 to 3, causing the test to take about 3 minutes to complete on my computer. I then tried building with -O2 and -O3, and both executed the test successfully in about 3 seconds. So it seems that -O2 is sufficient.

Also snuck in a patch to add editor and tool files to the .gitignore so I don't check them in accidentally.

rw commented 4 years ago

@sstangl Thanks!