Adds sync benchmarks
[folly.git] / folly / stress-test / clean.sh
1 #!/bin/bash -e
2
3 Benchmarks=(stress-sequential-folly-map)
4
5 for bench in ${Benchmarks[*]}; do
6   rm -rf $bench ${bench}.bc ${bench}.o
7 done