We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19ce67 commit 8aef9a8Copy full SHA for 8aef9a8
ext/yarvaot/depend
@@ -7,8 +7,9 @@ benchmark: $(topdir)/ruby
7
ruby -e'puts "#!/bin/sh\necho ./a.out\n"' > ./a.out
8
chmod 755 ./a.out
9
ruby $(top_srcdir)/benchmark/driver.rb -v \
10
- --executables="yarvaot; ./a.out; ruby; $(topdir)/ruby" \
11
- --pattern='bm_' --directory=$(top_srcdir)/benchmark
+ --executables="yarvaot; ./a.out; $(topdir)/ruby; ruby" \
+ --pattern='bm_(?!app_erb|so_count_words|so_k_nucleotide|so_reverse_complement|so_nsieve_bits|.+_mutex)'\
12
+ --directory=$(top_srcdir)/benchmark
13
14
install: install-hdr
15
install-hdr: yarvaot.h $(ARCHHDRDIR)
0 commit comments