summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2018-04-05 11:20:05 -0700
committerGitHub <noreply@github.com>2018-04-05 11:20:05 -0700
commit34561ef307820c1ce41ad2fa57c61804d6c68e09 (patch)
treebbb52393e75d82e70cd517344235acd1b16c8519 /.gitattributes
parentb8b30cf0737092c11e716201ad0bc26c959d2923 (diff)
downloadcoreclr-34561ef307820c1ce41ad2fa57c61804d6c68e09.tar.gz
coreclr-34561ef307820c1ce41ad2fa57c61804d6c68e09.tar.bz2
coreclr-34561ef307820c1ce41ad2fa57c61804d6c68e09.zip
Add Word2Vec Benchmark Harness (#17350)
* Add Word2Vec Benchmark Harness This change adds an additional scenario benchmark, the Word2Vec benchmark. The harness pulls down Word2Vec.Net from eabdullin, applies a patch of changes that we made to work with netcoreapp21, harness the word training and search, and then runs the benchmark. It also updates the timeout for running benchmarks, since the training scenario on a 100M file takes about 7 minutes locally.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 27e6703185..4777297037 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -75,4 +75,5 @@ tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25000.txt text eol=lf
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input.txt text eol=lf
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf
+tests/src/performance/Scenario/JitBench/Resources/word2vecnet.patch text eol=lf