From 34561ef307820c1ce41ad2fa57c61804d6c68e09 Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Thu, 5 Apr 2018 11:20:05 -0700 Subject: 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. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') 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 -- cgit v1.2.3