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:
parent
9dcfbd8f2c
commit
46094f3e59
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user