1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Fix which project we eval.

This commit is contained in:
Rob Rix 2019-10-23 11:39:50 -04:00
parent 9dcfbd8f2c
commit 46094f3e59
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -68,7 +68,7 @@ pyEval :: Path.RelFile -> Benchmarkable
pyEval p = nfIO $ () <$ evalPythonProject (Path.relDir "bench/bench-fixtures/python" </> p)
rbEval :: Path.RelFile -> Benchmarkable
rbEval p = nfIO $ () <$ evalRubyProject (Path.relDir "bench/bench-fixtures/python" </> p)
rbEval p = nfIO $ () <$ evalRubyProject (Path.relDir "bench/bench-fixtures/ruby" </> p)
pyCall :: Path.RelFile -> Benchmarkable
pyCall p = nfIO $ callGraphProject (Proxy @'Language.Python) pythonParser (Path.relDir "bench/bench-fixtures/python/" </> p)