We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fecded commit 42b4ba9Copy full SHA for 42b4ba9
.github/workflows/unit-test.yml
@@ -57,6 +57,8 @@ jobs:
57
racket -l herbie report --threads yes --seed 1 bench/hamming/rearrangement.fpcore graphs0
58
racket -l herbie report --threads yes --seed 1 bench/hamming/rearrangement.fpcore graphs1
59
racket infra/diff.rkt graphs0 graphs1
60
+
61
+ # Test egglog mode
62
- name: "Run Herbie with egglog"
63
run: racket -y infra/ci.rkt --timeout 600 --enable generate:egglog --seed 0 bench/hamming/trigonometry.fpcore
64
0 commit comments