mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3293322a39
Makefile.in: Clone benchmark-driver repository in benchmark/benchmark-driver `make update-benchmark-driver`, like simplecov. win32/Makefile.sub: Roughly do the same thing. .gitignore: Ignore the cloned repository. common.mk: Trigger `make update-benchmark-driver` to run `make benchmark` and adjust arguments for benchmark_driver.gem. benchmark/require.yml: renamed from benchmark/bm_require.rb, benchmark/prepare_require.rb benchmark/require_thread.yml: renamed from benchmark/bm_require_thread.rb, benchmark/prepare_require_thread.rb benchmark/so_count_words.yml: renamed from benchmark/bm_so_count_words.rb, benchmark/prepare_so_count_words.rb, benchmark/wc.input.base benchmark/so_k_nucleotide.yml: renamed from benchmark/bm_so_k_nucleotide.rb, benchmark/prepare_so_k_nucleotide.rb, benchmark/make_fasta_output.rb benchmark/so_reverse_complement.yml: renamed from benchmark/bm_so_reverse_complement.rb, benchmark/prepare_so_reverse_complement.rb, benchmark/make_fasta_output.rb I'm sorry but I made some duplications between benchmark/require.yml and benchmark/require_thread.yml, and between benchmark/so_k_nucleotide.yml and benchmark/so_reverse_complement.yml. If you're not comfortable with it, please combine these YAMLs to share the same prelude. One YAML file can have multiple benchmark definitions sharing prelude. benchmark/driver.rb: Replace its core feature with benchmark_driver.gem. Some old features are gone for now, but I'll add them again later. [Misc #14902] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
203 lines
2.3 KiB
Text
203 lines
2.3 KiB
Text
*-*-*.def
|
|
*-*-*.exp
|
|
*-*-*.lib
|
|
*.a
|
|
*.bak
|
|
*.bc
|
|
*.dSYM
|
|
*.dmyh
|
|
*.dylib
|
|
*.elc
|
|
*.i
|
|
*.inc
|
|
*.log
|
|
*.o
|
|
*.obj
|
|
*.old
|
|
*.orig
|
|
*.pdb
|
|
*.rej
|
|
*.s
|
|
*.sav
|
|
*.swp
|
|
*.yarb
|
|
*~
|
|
.*-*
|
|
.*.list
|
|
.*.time
|
|
.DS_Store
|
|
.bundle
|
|
.ccmalloc
|
|
.ext
|
|
.pc
|
|
.ppack
|
|
.svn
|
|
Makefile
|
|
cygruby*.def
|
|
extconf.h
|
|
y.output
|
|
y.tab.c
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
lcov*.info
|
|
|
|
# /
|
|
/*-fake.rb
|
|
/*.dll
|
|
/*.exe
|
|
/*.res
|
|
/*.pc
|
|
/*.rc
|
|
/*_prelude.c
|
|
/COPYING.LIB
|
|
/Doxyfile
|
|
/GNUmakefile
|
|
/README.atheos
|
|
/README.fat-patch
|
|
/README.v6
|
|
/TAGS
|
|
/archive
|
|
/autom4te*.cache
|
|
/automake
|
|
/benchmark/benchmark-driver
|
|
/beos
|
|
/bmlog-*
|
|
/breakpoints.gdb
|
|
/config.cache
|
|
/config.h
|
|
/config.h.in
|
|
/config.status
|
|
/config.status.lineno
|
|
/configure
|
|
/coverage/simplecov
|
|
/coverage/simplecov-html
|
|
/coverage/doclie
|
|
/coverage/.last_run.json
|
|
/coverage/.resultset.json*
|
|
/coverage/assets
|
|
/coverage/index.html
|
|
/doc/capi
|
|
/enc.mk
|
|
/encdb.h
|
|
/exts.mk
|
|
/goruby
|
|
/id.[ch]
|
|
/largefile.h
|
|
/lcov-c-out
|
|
/lcov-rb-out
|
|
/lcov-out
|
|
/lex.c
|
|
/libruby*.*
|
|
/miniprelude.c
|
|
/miniruby
|
|
/newdate.rb
|
|
/newline.c
|
|
/newver.rb
|
|
/parse.c
|
|
/parse.h
|
|
/patches
|
|
/patches-master
|
|
/pitest.rb
|
|
/ppack
|
|
/prelude.c
|
|
/preview
|
|
/probes.dmyh
|
|
/probes.h
|
|
/rbconfig.rb
|
|
/rename2.h
|
|
/repack
|
|
/revision.h
|
|
/riscos
|
|
/rubicon
|
|
/ruby
|
|
/ruby-runner
|
|
/ruby-runner.h
|
|
/ruby-man.rd.gz
|
|
/run.gdb
|
|
/sizes.c
|
|
/test.rb
|
|
/test-coverage.dat
|
|
/tmp
|
|
/transdb.h
|
|
/uncommon.mk
|
|
/verconf.h
|
|
/verconf.mk
|
|
/web
|
|
/yasmdata.rb
|
|
|
|
# /benchmark/
|
|
/benchmark/bm_require.data
|
|
/benchmark/bmx_*.rb
|
|
/benchmark/fasta.output.*
|
|
/benchmark/wc.input
|
|
|
|
/enc/*.def
|
|
/enc/*.exp
|
|
/enc/*.lib
|
|
/enc/jis/props.h
|
|
/enc/unicode/data
|
|
|
|
# /enc/trans/
|
|
/enc/trans/*.c
|
|
/enc/trans/*.def
|
|
/enc/trans/*.exp
|
|
/enc/trans/*.lib
|
|
/enc/trans/.time
|
|
|
|
# /exe/
|
|
/exe/ruby
|
|
/exe/.time
|
|
|
|
# /ext/
|
|
/ext/extinit.c
|
|
/ext/configure-ext.mk
|
|
/ext/*/exts.mk
|
|
|
|
# /ext/-test-/win32/dln/
|
|
/ext/-test-/win32/dln/dlntest.dll
|
|
/ext/-test-/win32/dln/dlntest.exp
|
|
/ext/-test-/win32/dln/dlntest.lib
|
|
|
|
# /ext/etc/
|
|
/ext/etc/constdefs.h
|
|
|
|
# /ext/fiddle/
|
|
/ext/fiddle/libffi-*
|
|
|
|
# /ext/rbconfig/
|
|
/ext/rbconfig/sizeof/sizes.c
|
|
/ext/rbconfig/sizeof/limits.c
|
|
|
|
# /ext/ripper/
|
|
/ext/ripper/eventids1.c
|
|
/ext/ripper/eventids2table.c
|
|
/ext/ripper/ripper.*
|
|
/ext/ripper/ids1
|
|
/ext/ripper/ids2
|
|
|
|
# /ext/socket/
|
|
/ext/socket/constants.h
|
|
/ext/socket/constdefs.h
|
|
/ext/socket/constdefs.c
|
|
|
|
# /gems
|
|
/gems/*.gem
|
|
/gems/src
|
|
/gems/*-*
|
|
|
|
# /spec/bundler
|
|
/.rspec_status
|
|
|
|
# /tool/
|
|
/tool/config.guess
|
|
/tool/config.sub
|
|
|
|
# /win32/
|
|
/win32/*.ico
|
|
/win32/.time
|
|
|
|
# MJIT
|
|
/rb_mjit_header.h
|
|
/mjit_config.h
|
|
/include/ruby-*/*/rb_mjit_min_header-*.h
|