facebookresearch / CompilerGym

Reinforcement learning environments for compiler and program optimization tasks
https://compilergym.ai/
MIT License
906 stars 127 forks source link

[llvm] Add a table of accepted file types to make_benchmark(). #541

Closed ChrisCummins closed 2 years ago

ChrisCummins commented 2 years ago

Fixes #528.

codecov-commenter commented 2 years ago

Codecov Report

Merging #541 (9719f7d) into development (33afac2) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #541      +/-   ##
===============================================
+ Coverage        87.36%   87.41%   +0.04%     
===============================================
  Files              113      113              
  Lines             6411     6411              
===============================================
+ Hits              5601     5604       +3     
+ Misses             810      807       -3     
Impacted Files Coverage Δ
compiler_gym/envs/llvm/llvm_env.py 87.27% <ø> (ø)
compiler_gym/envs/llvm/llvm_benchmark.py 90.69% <100.00%> (ø)
compiler_gym/service/connection.py 78.04% <0.00%> (+1.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 33afac2...9719f7d. Read the comment docs.